#661DD3
A medium, vivid purple closely aligning with Blueviolet.
About #661DD3
When working with digital screens, the color #661DD3 is rendered by mixing light. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(102, 29, 211).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 52% C, 86% M, 0% Y, and 17% K. The HSL representation is 264.1° hue, 75.8% saturation, and 47.1% lightness.
When using this color as a background, text legibility must be considered. 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#661DD3
RGB102, 29, 211
HSL264.1°, 75.8%, 47.1%
CMYK52%, 86%, 0%, 17%
HSV264.1°, 86.3%, 82.7%
LAB34.8, 66.4, -78.4
XYZ17.7, 8.4, 62.3
Decimal6692307
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.83:1
Text on #FFFFFF
AAA
2.68:1
Text on #000000
FAIL
7.49:1
Text on #F8FAFC
AAA
2.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #661DD3;
}
.text-color {
color: #661DD3;
}
.border-color {
border: 2px solid #661DD3;
}