#753AFF
A light, vivid purple closely aligning with Blueviolet.
About #753AFF
The hex code #753AFF represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 58, and 255.
Translating this color to physical media requires the CMYK color model. The color uses 54% Cyan, 77% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#753AFF
RGB117, 58, 255
HSL258.0°, 100.0%, 61.4%
CMYK54%, 77%, 0%, 0%
HSV258.0°, 77.3%, 100.0%
LAB44.3, 68.5, -87.8
XYZ26.9, 14.0, 95.9
Decimal7682815
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.52:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.27:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #753AFF;
}
.text-color {
color: #753AFF;
}
.border-color {
border: 2px solid #753AFF;
}