Shades of Blue Violet #7517DC
Tints of Blue Violet #7517DC
RGB
CMYK
RGB Variations
Color information
#7517DC (or 0x7517DC) is known color: Blue Violet. HEX triplet: 75, 17 and DC. RGB value is (117,23,220). Sum of RGB (Red+Green+Blue) = 117+23+220=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #7517DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7517DC is #8AE823. Grayscale: #484848. Windows color (decimal): -9103396 or 14423925. OLE color: 14423925.
HSL color Cylindrical-coordinate representation of color #7517DC: hue angle of 268.63º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7517DC is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 23 | 220 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.14 |
| HSL | 268.63º | 0.81% | 0.48% | - |
| HSV(B) | 268.63º | 0.9% | 0.86% | - |
| XYZ | 20.56 | 9.56 | 68.47 | - |
| YUV | 73.56 | 210.64 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 220 | 0.47 | 0.90 | 0 | 0.14 | 268.63 | 0.81 | 0.48 |
| Hex | 75 | 17 | DC | 2F | 5A | 0 | E | 10D | 51 | 30 |
| Octal | 165 | 27 | 334 | 57 | 132 | 0 | 16 | 415 | 121 | 60 |
| Binary | 1110101 | 10111 | 11011100 | 101111 | 1011010 | 0 | 1110 | 100001101 | 1010001 | 110000 |
Color Harmonies of #7517DC
Complementary color
Monochromatic Colors of #7517DC
Black with #7517DC
Text Example
Text Example
White with #7517DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7517DC; }
p { color: rgb(117,23,220); }
H1.HeaderClassName
{
color: #7517DC;
}
.AnyTagClassName
{
color: #7517DC;
}
</style>
background-color css
<style>
a { background-color: #7517DC; }
a { background-color: rgb(117,23,220); }
div.DivClassName
{
background-color: #7517DC;
}
.BgClassName
{
background-color: #7517DC;
}
</style>
border-color css
<style>
span { border-color: #7517DC; }
span { border-color: rgb(117,23,220); }
td.TdClassName
{
border-color: #7517DC;
}
.TagClassName
{
border-color: #7517DC;
}
</style>