#660F5F
A dark, vivid magenta closely aligning with Purple.
About #660F5F
At its core, #660F5F is a dark and vivid hue. It is closely associated with the named CSS color Purple. This translates to an RGB value of rgb(102, 15, 95).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 85% M, 7% Y, and 60% K. Always request a physical proof before doing a large print run with this exact code.
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#660F5F
RGB102, 15, 95
HSL304.8°, 74.4%, 22.9%
CMYK0%, 85%, 7%, 60%
HSV304.8°, 85.3%, 40.0%
LAB23.6, 45.6, -25.3
XYZ7.7, 4.0, 11.2
Decimal6688607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.68:1
Text on #FFFFFF
AAA
1.80:1
Text on #000000
FAIL
11.16:1
Text on #F8FAFC
AAA
1.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660F5F;
}
.text-color {
color: #660F5F;
}
.border-color {
border: 2px solid #660F5F;
}