#7C3AAF
A medium, moderate purple closely aligning with Rebeccapurple.
About #7C3AAF
The hex code #7C3AAF represents a beautifully specific shade of 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 124, 58, and 175.
Translating this color to physical media requires the CMYK color model. The color uses 29% Cyan, 67% Magenta, 0% Yellow, and 31% Black. With a hue angle of 273.8 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C3AAF
RGB124, 58, 175
HSL273.8°, 50.2%, 45.7%
CMYK29%, 67%, 0%, 31%
HSV273.8°, 66.9%, 68.6%
LAB38.6, 49.6, -51.1
XYZ17.6, 10.4, 41.6
Decimal8141487
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.82:1
Text on #FFFFFF
AA
3.08:1
Text on #000000
AA Large
6.51:1
Text on #F8FAFC
AA
2.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C3AAF;
}
.text-color {
color: #7C3AAF;
}
.border-color {
border: 2px solid #7C3AAF;
}