#7C3A99
A medium, moderate purple closely aligning with Rebeccapurple.
About #7C3A99
Visually, #7C3A99 is defined as a moderate purple. Its closest recognized web color is Rebeccapurple. In the RGB color space, it consists of 124 red, 58 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 19% C, 62% M, 0% Y, and 40% K. The HSL representation is 281.7° hue, 45.0% saturation, and 41.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C3A99
RGB124, 58, 153
HSL281.7°, 45.0%, 41.4%
CMYK19%, 62%, 0%, 40%
HSV281.7°, 62.1%, 60.0%
LAB37.1, 44.6, -40.2
XYZ15.6, 9.6, 31.2
Decimal8141465
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.19:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.87:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C3A99;
}
.text-color {
color: #7C3A99;
}
.border-color {
border: 2px solid #7C3A99;
}