#660F50
A dark, vivid magenta closely aligning with Purple.
About #660F50
Visually, #660F50 is defined as a vivid magenta. Its closest recognized web color is Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 15, and 80.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 85% Magenta, 22% Yellow, and 60% Black. With a hue angle of 315.2 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#660F50
RGB102, 15, 80
HSL315.2°, 74.4%, 22.9%
CMYK0%, 85%, 22%, 60%
HSV315.2°, 85.3%, 40.0%
LAB22.8, 43.3, -16.6
XYZ7.1, 3.7, 7.9
Decimal6688592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.01:1
Text on #FFFFFF
AAA
1.75:1
Text on #000000
FAIL
11.48:1
Text on #F8FAFC
AAA
1.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660F50;
}
.text-color {
color: #660F50;
}
.border-color {
border: 2px solid #660F50;
}