#661DCC
A medium, vivid purple closely aligning with Blueviolet.
About #661DCC
Visually, #661DCC 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, 29 green, and 204 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 50% cyan, 86% magenta, 0% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#661DCC
RGB102, 29, 204
HSL265.0°, 75.1%, 45.7%
CMYK50%, 86%, 0%, 20%
HSV265.0°, 85.8%, 80.0%
LAB34.1, 64.7, -75.5
XYZ16.8, 8.1, 57.8
Decimal6692300
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.04:1
Text on #FFFFFF
AAA
2.61:1
Text on #000000
FAIL
7.68:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #661DCC;
}
.text-color {
color: #661DCC;
}
.border-color {
border: 2px solid #661DCC;
}