#66075F
A dark, vivid magenta closely aligning with Purple.
About #66075F
Visually, #66075F is defined as a vivid magenta. Its closest recognized web color is Purple. This translates to an RGB value of rgb(102, 7, 95).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 93% Magenta, 7% Yellow, and 60% Black. With a hue angle of 304.4 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66075F
RGB102, 7, 95
HSL304.4°, 87.2%, 21.4%
CMYK0%, 93%, 7%, 60%
HSV304.4°, 93.1%, 40.0%
LAB23.0, 47.5, -26.3
XYZ7.6, 3.8, 11.2
Decimal6686559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.93:1
Text on #FFFFFF
AAA
1.76:1
Text on #000000
FAIL
11.40:1
Text on #F8FAFC
AAA
1.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66075F;
}
.text-color {
color: #66075F;
}
.border-color {
border: 2px solid #66075F;
}