#7C49AF
A medium, moderate purple closely aligning with Rebeccapurple.
About #7C49AF
At its core, #7C49AF is a medium and moderate hue. It is closely associated with the named CSS color Rebeccapurple. In the RGB color space, it consists of 124 red, 73 green, and 175 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 29% Cyan, 58% Magenta, 0% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C49AF
RGB124, 73, 175
HSL270.0°, 41.1%, 48.6%
CMYK29%, 58%, 0%, 31%
HSV270.0°, 58.3%, 68.6%
LAB41.4, 41.8, -46.5
XYZ18.4, 12.1, 41.9
Decimal8145327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.12:1
Text on #FFFFFF
AA
3.43:1
Text on #000000
AA Large
5.85:1
Text on #F8FAFC
AA
2.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C49AF;
}
.text-color {
color: #7C49AF;
}
.border-color {
border: 2px solid #7C49AF;
}