Dark purple color: code #301934
Dark purple
#301934
Color codes
- HEX
#301934 - RGB
rgb(48, 25, 52) - HSL
hsl(291, 35%, 15%) - HSV
hsv(291, 52%, 20%) - CMYK
cmyk(8%, 52%, 0%, 80%) - LAB
lab(13.1% 17 -13.1) - OKLCH
oklch(25.7% 0.058 321.5)
About the color Dark purple
Dark purple has the HEX code #301934, which corresponds to rgb(48, 25, 52) in the RGB model. On the color wheel its hue sits at 291°, with 35% saturation and 15% lightness (hsl(291, 35%, 15%)).
Because of its hue it reads as a cool color: it tends to feel calm and distant, and it visually “recedes” in a composition.
As a background it calls for light text: white reaches a 15.97:1 contrast ratio on it, versus 1.31:1 for black.
For print, the approximate conversion is cmyk(8%, 52%, 0%, 80%). Always confirm with your printer’s color profile, because the result depends on paper and ink.
Lighter tints
Darker shades
Color combinations with Dark purple
Complementary
#301934 · #1D3419
Analogous
#221934 · #301934 · #34192A
Triadic
#301934 · #343019 · #193430
Tetradic
#301934 · #342219 · #1D3419 · #192A34
Split-complementary
#301934 · #2A3419 · #193422
Monochromatic
#000000 · #100811 · #301934 · #5F3267 · #8F4B9B
Dark purple with white and black text
How to use it in CSS
:root {
--color-dark-purple: #301934;
--color-dark-purple-rgb: 48, 25, 52;
}
.elemento {
background-color: var(--color-dark-purple);
color: #FFFFFF;
}