#66077C
A dark, vivid magenta closely aligning with Purple.
About #66077C
At its core, #66077C is a dark and vivid hue. It is closely associated with the named CSS color Purple. Its digital footprint relies on 102 parts red, 7 parts green, and 124 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 18% cyan and 94% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66077C
RGB102, 7, 124
HSL288.7°, 89.3%, 25.7%
CMYK18%, 94%, 0%, 51%
HSV288.7°, 94.4%, 48.6%
LAB25.1, 52.6, -41.8
XYZ9.2, 4.4, 19.4
Decimal6686588
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.13:1
Text on #FFFFFF
AAA
1.89:1
Text on #000000
FAIL
10.64:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66077C;
}
.text-color {
color: #66077C;
}
.border-color {
border: 2px solid #66077C;
}