Shades of Blue Violet #7517EC
Tints of Blue Violet #7517EC
RGB
CMYK
RGB Variations
Color information
#7517EC (or 0x7517EC) is known color: Blue Violet. HEX triplet: 75, 17 and EC. RGB value is (117,23,236). Sum of RGB (Red+Green+Blue) = 117+23+236=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #7517EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7517EC is #8AE813. Grayscale: #4A4A4A. Windows color (decimal): -9103380 or 15472501. OLE color: 15472501.
HSL color Cylindrical-coordinate representation of color #7517EC: hue angle of 266.48º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7517EC is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 23 | 236 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.07 |
| HSL | 266.48º | 0.85% | 0.51% | - |
| HSV(B) | 266.48º | 0.9% | 0.93% | - |
| XYZ | 22.78 | 10.45 | 80.17 | - |
| YUV | 75.39 | 218.64 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 236 | 0.50 | 0.90 | 0 | 0.07 | 266.48 | 0.85 | 0.51 |
| Hex | 75 | 17 | EC | 32 | 5A | 0 | 7 | 10A | 55 | 33 |
| Octal | 165 | 27 | 354 | 62 | 132 | 0 | 7 | 412 | 125 | 63 |
| Binary | 1110101 | 10111 | 11101100 | 110010 | 1011010 | 0 | 111 | 100001010 | 1010101 | 110011 |
Color Harmonies of #7517EC
Complementary color
Monochromatic Colors of #7517EC
Black with #7517EC
Text Example
Text Example
White with #7517EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7517EC; }
p { color: rgb(117,23,236); }
H1.HeaderClassName
{
color: #7517EC;
}
.AnyTagClassName
{
color: #7517EC;
}
</style>
background-color css
<style>
a { background-color: #7517EC; }
a { background-color: rgb(117,23,236); }
div.DivClassName
{
background-color: #7517EC;
}
.BgClassName
{
background-color: #7517EC;
}
</style>
border-color css
<style>
span { border-color: #7517EC; }
span { border-color: rgb(117,23,236); }
td.TdClassName
{
border-color: #7517EC;
}
.TagClassName
{
border-color: #7517EC;
}
</style>