Dark Purple Villain Color Palette

Discover the beautiful Dark Purple Villain color palette featuring jacarta (#4a2c6d), butterfly bush (#6e4c9e), wisteria (#8f6db0), lavender purple (#a78dbf) and east side (#c0a5d5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Deep, Modern, Purple color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Dark Purple Villain palette

Share this palette to:

💻 Dark Purple Villain color palette CSS

/* CSS */
.color-1 {
color: #4a2c6d;
}
.color-2 {
color: #6e4c9e;
}
.color-3 {
color: #8f6db0;
}
.color-4 {
color: #a78dbf;
}
.color-5 {
color: #c0a5d5;
}

/* CSS Variables */
:root {
--color-1: #4a2c6d;
--color-2: #6e4c9e;
--color-3: #8f6db0;
--color-4: #a78dbf;
--color-5: #c0a5d5;
}

🌈 Dark Purple Villain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2c6d, #6e4c9e, #8f6db0, #a78dbf, #c0a5d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2c6d, #6e4c9e, #8f6db0, #a78dbf, #c0a5d5);
}

Dark Purple Villain color palette created on .