#663AA0
A medium, moderate purple closely aligning with Rebeccapurple.
About #663AA0
The hex code #663AA0 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Rebeccapurple. Its digital footprint relies on 102 parts red, 58 parts green, and 160 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 36% C, 64% M, 0% Y, and 37% K. Always request a physical proof before doing a large print run with this exact code.
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#663AA0
RGB102, 58, 160
HSL265.9°, 46.8%, 42.7%
CMYK36%, 64%, 0%, 37%
HSV265.9°, 63.8%, 62.7%
LAB34.8, 40.9, -48.4
XYZ13.3, 8.4, 34.2
Decimal6699680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.84:1
Text on #FFFFFF
AAA
2.68:1
Text on #000000
FAIL
7.50:1
Text on #F8FAFC
AAA
2.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #663AA0;
}
.text-color {
color: #663AA0;
}
.border-color {
border: 2px solid #663AA0;
}