#7C49FF
A light, vivid purple closely aligning with Blueviolet.
About #7C49FF
When working with digital screens, the color #7C49FF is rendered by mixing light. Its closest recognized web color is Blueviolet. This translates to an RGB value of rgb(124, 73, 255).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 51% C, 71% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#7C49FF
RGB124, 73, 255
HSL256.8°, 100.0%, 64.3%
CMYK51%, 71%, 0%, 0%
HSV256.8°, 71.4%, 100.0%
LAB47.3, 62.7, -82.7
XYZ28.7, 16.3, 96.2
Decimal8145407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.94:1
Text on #FFFFFF
AA
4.25:1
Text on #000000
AA Large
4.72:1
Text on #F8FAFC
AA
3.62:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C49FF;
}
.text-color {
color: #7C49FF;
}
.border-color {
border: 2px solid #7C49FF;
}