#662CA0
A medium, moderate purple closely aligning with Rebeccapurple.
About #662CA0
At its core, #662CA0 is a medium and moderate hue. Designers often compare it to the standard color Rebeccapurple. This translates to an RGB value of rgb(102, 44, 160).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 36% cyan, 72% magenta, 0% yellow, and 37% black. The HSL representation is 270.0° hue, 56.9% saturation, and 40.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#662CA0
RGB102, 44, 160
HSL270.0°, 56.9%, 40.0%
CMYK36%, 72%, 0%, 37%
HSV270.0°, 72.5%, 62.7%
LAB32.2, 48.1, -52.6
XYZ12.7, 7.2, 34.0
Decimal6696096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.63:1
Text on #FFFFFF
AAA
2.43:1
Text on #000000
FAIL
8.25:1
Text on #F8FAFC
AAA
2.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662CA0;
}
.text-color {
color: #662CA0;
}
.border-color {
border: 2px solid #662CA0;
}