#661D5F
A dark, moderate magenta closely aligning with Purple.
About #661D5F
At its core, #661D5F is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Purple. In the RGB color space, it consists of 102 red, 29 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 72% magenta inks. With a hue angle of 305.8 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#661D5F
RGB102, 29, 95
HSL305.8°, 55.7%, 25.7%
CMYK0%, 72%, 7%, 60%
HSV305.8°, 71.6%, 40.0%
LAB25.4, 40.7, -22.6
XYZ8.0, 4.5, 11.3
Decimal6692191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.02:1
Text on #FFFFFF
AAA
1.91:1
Text on #000000
FAIL
10.53:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #661D5F;
}
.text-color {
color: #661D5F;
}
.border-color {
border: 2px solid #661D5F;
}