Shades of Blue Violet #7517D8
Tints of Blue Violet #7517D8
RGB
CMYK
RGB Variations
Color information
#7517D8 (or 0x7517D8) is known color: Blue Violet. HEX triplet: 75, 17 and D8. RGB value is (117,23,216). Sum of RGB (Red+Green+Blue) = 117+23+216=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 216 (84.77% from 255 or 60.67% from 356); Max value from RGB is 216 - color contains mainly: blue. Hex color #7517D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7517D8 is #8AE827. Grayscale: #484848. Windows color (decimal): -9103400 or 14161781. OLE color: 14161781.
HSL color Cylindrical-coordinate representation of color #7517D8: hue angle of 269.22º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7517D8 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 23 | 216 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.15 |
| HSL | 269.22º | 0.81% | 0.47% | - |
| HSV(B) | 269.22º | 0.89% | 0.85% | - |
| XYZ | 20.04 | 9.35 | 65.71 | - |
| YUV | 73.11 | 208.64 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 216 | 0.46 | 0.89 | 0 | 0.15 | 269.22 | 0.81 | 0.47 |
| Hex | 75 | 17 | D8 | 2E | 59 | 0 | F | 10D | 51 | 2F |
| Octal | 165 | 27 | 330 | 56 | 131 | 0 | 17 | 415 | 121 | 57 |
| Binary | 1110101 | 10111 | 11011000 | 101110 | 1011001 | 0 | 1111 | 100001101 | 1010001 | 101111 |
Color Harmonies of #7517D8
Complementary color
Monochromatic Colors of #7517D8
Black with #7517D8
Text Example
Text Example
White with #7517D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7517D8; }
p { color: rgb(117,23,216); }
H1.HeaderClassName
{
color: #7517D8;
}
.AnyTagClassName
{
color: #7517D8;
}
</style>
background-color css
<style>
a { background-color: #7517D8; }
a { background-color: rgb(117,23,216); }
div.DivClassName
{
background-color: #7517D8;
}
.BgClassName
{
background-color: #7517D8;
}
</style>
border-color css
<style>
span { border-color: #7517D8; }
span { border-color: rgb(117,23,216); }
td.TdClassName
{
border-color: #7517D8;
}
.TagClassName
{
border-color: #7517D8;
}
</style>