#663392
A dark, moderate purple closely aligning with Rebeccapurple.
About #663392
Visually, #663392 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 51, and 146.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 30% C, 65% M, 0% Y, and 43% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#663392
RGB102, 51, 146
HSL272.2°, 48.2%, 38.6%
CMYK30%, 65%, 0%, 43%
HSV272.2°, 65.1%, 57.3%
LAB32.4, 41.1, -43.7
XYZ11.9, 7.3, 28.0
Decimal6697874
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.56:1
Text on #FFFFFF
AAA
2.45:1
Text on #000000
FAIL
8.18:1
Text on #F8FAFC
AAA
2.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #663392;
}
.text-color {
color: #663392;
}
.border-color {
border: 2px solid #663392;
}