What color is Dark Purple?
Dark purple is a very deep, shadowy violet with almost no brightness, sitting close to the color of a dried lavender stem left in low light. At hex #341539, it leans more toward reddish-brown than blue-violet, giving it a dense, near-black quality.
What is the meaning of the color Dark Purple?
Purple dye in the ancient world came from the murex sea snail, harvested along the Phoenician coast near modern-day Lebanon, and was so costly that Roman law restricted its use to emperors and senior magistrates by the 1st century AD. This association locked deep purple to power and rank across European courts for centuries. By the 19th century, William Perkin’s accidental synthesis of mauveine in 1856 made purple dye affordable for the first time, shifting the color from exclusive to fashionable. The darkest shades retained their formal weight, a tone adopted by the Catholic Church for Lenten vestments, where dark purple signals penitence and mourning.
What colors go with Dark Purple?
Colors that pair well with Dark purple include:
Gold: rich, regal contrast
Dusty rose: soft, warm balance
Charcoal gray: quiet, grounded depth
Ivory: gentle, lightening effect
Forest green: cool, earthy complement
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #341539 |
color: #341539;
|
| RGB | 52, 21, 57 |
color: rgb(52, 21, 57);
|
| RGB Percentage | 20%, 8%, 22% |
color: rgb(20%, 8%, 22%);
|
| CMYK | 9%, 63%, 0%, 78% | Not supported in CSS |
| HSL | 292°, 46%, 15% |
color: hsl(292, 46%, 15%);
|
| HSV | 292°, 63%, 22% | Not supported in CSS |
| CIE-LAB | 12, 6, -12 |
color: lab(12% 6 -12);
|
| Decimal | 3413305 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.dark-purple {
color: #341539;
}
$dark-purple: #341539;
rgb(52, 21, 57)