#7C3AB6
A medium, moderate purple closely aligning with Rebeccapurple.
About #7C3AB6
Visually, #7C3AB6 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Rebeccapurple. This translates to an RGB value of rgb(124, 58, 182).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 32% cyan and 68% magenta inks. With a hue angle of 271.9 degrees, it sits comfortably in the purple spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C3AB6
RGB124, 58, 182
HSL271.9°, 51.7%, 47.1%
CMYK32%, 68%, 0%, 29%
HSV271.9°, 68.1%, 71.4%
LAB39.1, 51.3, -54.5
XYZ18.3, 10.7, 45.4
Decimal8141494
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.69:1
Text on #FFFFFF
AA
3.14:1
Text on #000000
AA Large
6.40:1
Text on #F8FAFC
AA
2.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C3AB6;
}
.text-color {
color: #7C3AB6;
}
.border-color {
border: 2px solid #7C3AB6;
}