#7C3AA8
A medium, moderate purple closely aligning with Rebeccapurple.
About #7C3AA8
The hex code #7C3AA8 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Rebeccapurple. This translates to an RGB value of rgb(124, 58, 168).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 26% Cyan, 65% Magenta, 0% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C3AA8
RGB124, 58, 168
HSL276.0°, 48.7%, 44.3%
CMYK26%, 65%, 0%, 34%
HSV276.0°, 65.5%, 65.9%
LAB38.1, 48.0, -47.7
XYZ16.9, 10.1, 38.1
Decimal8141480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.94:1
Text on #FFFFFF
AA
3.03:1
Text on #000000
AA Large
6.63:1
Text on #F8FAFC
AA
2.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C3AA8;
}
.text-color {
color: #7C3AA8;
}
.border-color {
border: 2px solid #7C3AA8;
}