#660F6D
A dark, vivid magenta closely aligning with Purple.
About #660F6D
At its core, #660F6D is a dark and vivid hue. It is closely associated with the named CSS color Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 15, and 109.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 6% cyan, 86% magenta, 0% yellow, and 57% black. With a hue angle of 295.5 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#660F6D
RGB102, 15, 109
HSL295.5°, 75.8%, 24.3%
CMYK6%, 86%, 0%, 57%
HSV295.5°, 86.2%, 42.7%
LAB24.5, 48.0, -33.0
XYZ8.4, 4.3, 14.8
Decimal6688621
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.33:1
Text on #FFFFFF
AAA
1.85:1
Text on #000000
FAIL
10.83:1
Text on #F8FAFC
AAA
1.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660F6D;
}
.text-color {
color: #660F6D;
}
.border-color {
border: 2px solid #660F6D;
}