#7C50FF
A light, vivid purple closely aligning with Blueviolet.
About #7C50FF
At its core, #7C50FF is a light and vivid hue. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(124, 80, 255).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 51% cyan, 69% magenta, 0% yellow, and 0% black. The HSL representation is 255.1° hue, 100.0% saturation, and 65.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C50FF
RGB124, 80, 255
HSL255.1°, 100.0%, 65.7%
CMYK51%, 69%, 0%, 0%
HSV255.1°, 68.6%, 100.0%
LAB48.6, 59.2, -80.7
XYZ29.2, 17.2, 96.4
Decimal8147199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.72:1
Text on #FFFFFF
AA
4.45:1
Text on #000000
AA Large
4.51:1
Text on #F8FAFC
AA
3.78:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C50FF;
}
.text-color {
color: #7C50FF;
}
.border-color {
border: 2px solid #7C50FF;
}