#7C42AF
A medium, moderate purple closely aligning with Rebeccapurple.
About #7C42AF
The hex code #7C42AF represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Rebeccapurple. In the RGB color space, it consists of 124 red, 66 green, and 175 blue.
If you are designing for print, the four-color process is what matters most. The color uses 29% Cyan, 62% Magenta, 0% Yellow, and 31% Black. The HSL representation is 271.9° hue, 45.2% saturation, and 47.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#7C42AF
RGB124, 66, 175
HSL271.9°, 45.2%, 47.3%
CMYK29%, 62%, 0%, 31%
HSV271.9°, 62.3%, 68.6%
LAB40.0, 45.6, -48.7
XYZ18.0, 11.3, 41.8
Decimal8143535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.45:1
Text on #FFFFFF
AA
3.26:1
Text on #000000
AA Large
6.17:1
Text on #F8FAFC
AA
2.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C42AF;
}
.text-color {
color: #7C42AF;
}
.border-color {
border: 2px solid #7C42AF;
}