Shades of Blue Violet #7516DE
Tints of Blue Violet #7516DE
RGB
CMYK
RGB Variations
Color information
#7516DE (or 0x7516DE) is known color: Blue Violet. HEX triplet: 75, 16 and DE. RGB value is (117,22,222). Sum of RGB (Red+Green+Blue) = 117+22+222=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #7516DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7516DE is #8AE921. Grayscale: #484848. Windows color (decimal): -9103650 or 14554741. OLE color: 14554741.
HSL color Cylindrical-coordinate representation of color #7516DE: hue angle of 268.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7516DE is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 22 | 222 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.13 |
| HSL | 268.5º | 0.82% | 0.48% | - |
| HSV(B) | 268.5º | 0.9% | 0.87% | - |
| XYZ | 20.81 | 9.63 | 69.87 | - |
| YUV | 73.21 | 211.97 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 222 | 0.47 | 0.90 | 0 | 0.13 | 268.5 | 0.82 | 0.48 |
| Hex | 75 | 16 | DE | 2F | 5A | 0 | D | 10C | 52 | 30 |
| Octal | 165 | 26 | 336 | 57 | 132 | 0 | 15 | 414 | 122 | 60 |
| Binary | 1110101 | 10110 | 11011110 | 101111 | 1011010 | 0 | 1101 | 100001100 | 1010010 | 110000 |
Color Harmonies of #7516DE
Complementary color
Monochromatic Colors of #7516DE
Black with #7516DE
Text Example
Text Example
White with #7516DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7516DE; }
p { color: rgb(117,22,222); }
H1.HeaderClassName
{
color: #7516DE;
}
.AnyTagClassName
{
color: #7516DE;
}
</style>
background-color css
<style>
a { background-color: #7516DE; }
a { background-color: rgb(117,22,222); }
div.DivClassName
{
background-color: #7516DE;
}
.BgClassName
{
background-color: #7516DE;
}
</style>
border-color css
<style>
span { border-color: #7516DE; }
span { border-color: rgb(117,22,222); }
td.TdClassName
{
border-color: #7516DE;
}
.TagClassName
{
border-color: #7516DE;
}
</style>