Dark lavender color: code #734F96
Dark lavender
#734F96
Color codes
- HEX
#734F96 - RGB
rgb(115, 79, 150) - HSL
hsl(270, 31%, 45%) - HSV
hsv(270, 47%, 59%) - CMYK
cmyk(23%, 47%, 0%, 41%) - LAB
lab(40.3% 29.7 -33.4) - OKLCH
oklch(49.8% 0.115 306)
About the color Dark lavender
Dark lavender has the HEX code #734F96, which corresponds to rgb(115, 79, 150) in the RGB model. On the color wheel its hue sits at 270°, with 31% saturation and 45% lightness (hsl(270, 31%, 45%)).
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 6.38:1 contrast ratio on it, versus 3.28:1 for black.
For print, the approximate conversion is cmyk(23%, 47%, 0%, 41%). Always confirm with your printer’s color profile, because the result depends on paper and ink.
Lighter tints
Darker shades
Color combinations with Dark lavender
Complementary
#734F96 · #73964F
Analogous
#4F4F96 · #734F96 · #964F96
Triadic
#734F96 · #96734F · #4F9673
Tetradic
#734F96 · #964F4F · #73964F · #4F9696
Split-complementary
#734F96 · #96964F · #4F964F
Monochromatic
#332343 · #593E75 · #734F96 · #9979B9 · #BFABD3
Dark lavender with white and black text
How to use it in CSS
:root {
--color-dark-lavender: #734F96;
--color-dark-lavender-rgb: 115, 79, 150;
}
.elemento {
background-color: var(--color-dark-lavender);
color: #FFFFFF;
}