#6642A8
A medium, moderate purple closely aligning with Rebeccapurple.
About #6642A8
Visually, #6642A8 is defined as a moderate purple. It is closely associated with the named CSS color Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 66, and 168.
Translating this color to physical media requires the CMYK color model. The color uses 39% Cyan, 61% Magenta, 0% Yellow, and 34% Black. With a hue angle of 261.2 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6642A8
RGB102, 66, 168
HSL261.2°, 43.6%, 45.9%
CMYK39%, 61%, 0%, 34%
HSV261.2°, 60.7%, 65.9%
LAB37.0, 38.6, -49.6
XYZ14.5, 9.5, 38.1
Decimal6701736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.22:1
Text on #FFFFFF
AAA
2.91:1
Text on #000000
FAIL
6.90:1
Text on #F8FAFC
AA
2.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6642A8;
}
.text-color {
color: #6642A8;
}
.border-color {
border: 2px solid #6642A8;
}