#7C2CA0
A medium, moderate purple closely aligning with Rebeccapurple.
About #7C2CA0
When working with digital screens, the color #7C2CA0 is rendered by mixing light. Designers often compare it to the standard color Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 44, and 160.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 22% C, 72% M, 0% Y, and 37% K. The HSL representation is 281.4° hue, 56.9% saturation, and 40.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C2CA0
RGB124, 44, 160
HSL281.4°, 56.9%, 40.0%
CMYK22%, 72%, 0%, 37%
HSV281.4°, 72.5%, 62.7%
LAB35.3, 52.6, -47.5
XYZ15.6, 8.6, 34.1
Decimal8137888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.71:1
Text on #FFFFFF
AAA
2.72:1
Text on #000000
FAIL
7.37:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C2CA0;
}
.text-color {
color: #7C2CA0;
}
.border-color {
border: 2px solid #7C2CA0;
}