Shades of Blue Violet #753EE0
Tints of Blue Violet #753EE0
RGB
CMYK
RGB Variations
Color information
#753EE0 (or 0x753EE0) is known color: Blue Violet. HEX triplet: 75, 3E and E0. RGB value is (117,62,224). Sum of RGB (Red+Green+Blue) = 117+62+224=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #753EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753EE0 is #8AC11F. Grayscale: #606060. Windows color (decimal): -9093408 or 14696053. OLE color: 14696053.
HSL color Cylindrical-coordinate representation of color #753EE0: hue angle of 260.37º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #753EE0 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 62 | 224 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.12 |
| HSL | 260.37º | 0.72% | 0.56% | - |
| HSV(B) | 260.37º | 0.72% | 0.88% | - |
| XYZ | 22.51 | 12.61 | 71.77 | - |
| YUV | 96.91 | 199.72 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 224 | 0.48 | 0.72 | 0 | 0.12 | 260.37 | 0.72 | 0.56 |
| Hex | 75 | 3E | E0 | 30 | 48 | 0 | C | 104 | 48 | 38 |
| Octal | 165 | 76 | 340 | 60 | 110 | 0 | 14 | 404 | 110 | 70 |
| Binary | 1110101 | 111110 | 11100000 | 110000 | 1001000 | 0 | 1100 | 100000100 | 1001000 | 111000 |
Color Harmonies of #753EE0
Complementary color
Monochromatic Colors of #753EE0
Black with #753EE0
Text Example
Text Example
White with #753EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753EE0; }
p { color: rgb(117,62,224); }
H1.HeaderClassName
{
color: #753EE0;
}
.AnyTagClassName
{
color: #753EE0;
}
</style>
background-color css
<style>
a { background-color: #753EE0; }
a { background-color: rgb(117,62,224); }
div.DivClassName
{
background-color: #753EE0;
}
.BgClassName
{
background-color: #753EE0;
}
</style>
border-color css
<style>
span { border-color: #753EE0; }
span { border-color: rgb(117,62,224); }
td.TdClassName
{
border-color: #753EE0;
}
.TagClassName
{
border-color: #753EE0;
}
</style>