Shades of Blue Violet #7516DD
Tints of Blue Violet #7516DD
RGB
CMYK
RGB Variations
Color information
#7516DD (or 0x7516DD) is known color: Blue Violet. HEX triplet: 75, 16 and DD. RGB value is (117,22,221). Sum of RGB (Red+Green+Blue) = 117+22+221=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #7516DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7516DD is #8AE922. Grayscale: #484848. Windows color (decimal): -9103651 or 14489205. OLE color: 14489205.
HSL color Cylindrical-coordinate representation of color #7516DD: hue angle of 268.64º 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 #7516DD is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 22 | 221 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.13 |
| HSL | 268.64º | 0.82% | 0.48% | - |
| HSV(B) | 268.64º | 0.9% | 0.87% | - |
| XYZ | 20.67 | 9.58 | 69.17 | - |
| YUV | 73.09 | 211.47 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 221 | 0.47 | 0.90 | 0 | 0.13 | 268.64 | 0.82 | 0.48 |
| Hex | 75 | 16 | DD | 2F | 5A | 0 | D | 10D | 52 | 30 |
| Octal | 165 | 26 | 335 | 57 | 132 | 0 | 15 | 415 | 122 | 60 |
| Binary | 1110101 | 10110 | 11011101 | 101111 | 1011010 | 0 | 1101 | 100001101 | 1010010 | 110000 |
Color Harmonies of #7516DD
Complementary color
Monochromatic Colors of #7516DD
Black with #7516DD
Text Example
Text Example
White with #7516DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7516DD; }
p { color: rgb(117,22,221); }
H1.HeaderClassName
{
color: #7516DD;
}
.AnyTagClassName
{
color: #7516DD;
}
</style>
background-color css
<style>
a { background-color: #7516DD; }
a { background-color: rgb(117,22,221); }
div.DivClassName
{
background-color: #7516DD;
}
.BgClassName
{
background-color: #7516DD;
}
</style>
border-color css
<style>
span { border-color: #7516DD; }
span { border-color: rgb(117,22,221); }
td.TdClassName
{
border-color: #7516DD;
}
.TagClassName
{
border-color: #7516DD;
}
</style>