#7550FF
A light, vivid blue closely aligning with Blueviolet.
About #7550FF
When working with digital screens, the color #7550FF is rendered by mixing light. Its closest recognized web color is Blueviolet. This translates to an RGB value of rgb(117, 80, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 54% C, 69% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7550FF
RGB117, 80, 255
HSL252.7°, 100.0%, 65.7%
CMYK54%, 69%, 0%, 0%
HSV252.7°, 68.6%, 100.0%
LAB47.9, 58.1, -81.8
XYZ28.3, 16.7, 96.3
Decimal7688447
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.83:1
Text on #FFFFFF
AA
4.35:1
Text on #000000
AA Large
4.62:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7550FF;
}
.text-color {
color: #7550FF;
}
.border-color {
border: 2px solid #7550FF;
}