#7C3AA0
A medium, moderate purple closely aligning with Rebeccapurple.
About #7C3AA0
Visually, #7C3AA0 is defined as a moderate purple. It is closely associated with the named CSS color Rebeccapurple. In the RGB color space, it consists of 124 red, 58 green, and 160 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 22% Cyan, 64% Magenta, 0% Yellow, and 37% Black. The HSL representation is 278.8° hue, 46.8% saturation, and 42.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C3AA0
RGB124, 58, 160
HSL278.8°, 46.8%, 42.7%
CMYK22%, 64%, 0%, 37%
HSV278.8°, 63.8%, 62.7%
LAB37.6, 46.1, -43.7
XYZ16.2, 9.8, 34.3
Decimal8141472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.07:1
Text on #FFFFFF
AAA
2.97:1
Text on #000000
FAIL
6.76:1
Text on #F8FAFC
AA
2.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C3AA0;
}
.text-color {
color: #7C3AA0;
}
.border-color {
border: 2px solid #7C3AA0;
}