#660FB6
A dark, vivid purple closely aligning with Blueviolet.
About #660FB6
Visually, #660FB6 is defined as a vivid purple. Designers often compare it to the standard color Blueviolet. In the RGB color space, it consists of 102 red, 15 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 44% cyan, 92% magenta, 0% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#660FB6
RGB102, 15, 182
HSL271.3°, 84.8%, 38.6%
CMYK44%, 92%, 0%, 29%
HSV271.3°, 91.8%, 71.4%
LAB30.7, 63.2, -68.1
XYZ14.1, 6.5, 44.8
Decimal6688694
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.10:1
Text on #FFFFFF
AAA
2.31:1
Text on #000000
FAIL
8.69:1
Text on #F8FAFC
AAA
1.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660FB6;
}
.text-color {
color: #660FB6;
}
.border-color {
border: 2px solid #660FB6;
}