#753AF8
A light, vivid purple closely aligning with Blueviolet.
About #753AF8
Visually, #753AF8 is defined as a vivid purple. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(117, 58, 248).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 53% C, 77% M, 0% Y, and 3% K. With a hue angle of 258.6 degrees, it sits comfortably in the purple spectrum.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#753AF8
RGB117, 58, 248
HSL258.6°, 93.1%, 60.0%
CMYK53%, 77%, 0%, 3%
HSV258.6°, 76.6%, 97.3%
LAB43.6, 66.7, -84.9
XYZ25.8, 13.6, 90.1
Decimal7682808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.65:1
Text on #FFFFFF
AA
3.72:1
Text on #000000
AA Large
5.40:1
Text on #F8FAFC
AA
3.16:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #753AF8;
}
.text-color {
color: #753AF8;
}
.border-color {
border: 2px solid #753AF8;
}