Shades of Blue Violet #7616DE
Tints of Blue Violet #7616DE
RGB
CMYK
RGB Variations
Color information
#7616DE (or 0x7616DE) is known color: Blue Violet. HEX triplet: 76, 16 and DE. RGB value is (118,22,222). Sum of RGB (Red+Green+Blue) = 118+22+222=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #7616DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7616DE is #89E921. Grayscale: #484848. Windows color (decimal): -9038114 or 14554742. OLE color: 14554742.
HSL color Cylindrical-coordinate representation of color #7616DE: hue angle of 268.8º 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 #7616DE is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 22 | 222 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.13 |
| HSL | 268.8º | 0.82% | 0.48% | - |
| HSV(B) | 268.8º | 0.9% | 0.87% | - |
| XYZ | 20.94 | 9.7 | 69.88 | - |
| YUV | 73.5 | 211.8 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 222 | 0.47 | 0.90 | 0 | 0.13 | 268.8 | 0.82 | 0.48 |
| Hex | 76 | 16 | DE | 2F | 5A | 0 | D | 10D | 52 | 30 |
| Octal | 166 | 26 | 336 | 57 | 132 | 0 | 15 | 415 | 122 | 60 |
| Binary | 1110110 | 10110 | 11011110 | 101111 | 1011010 | 0 | 1101 | 100001101 | 1010010 | 110000 |
Color Harmonies of #7616DE
Complementary color
Monochromatic Colors of #7616DE
Black with #7616DE
Text Example
Text Example
White with #7616DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7616DE; }
p { color: rgb(118,22,222); }
H1.HeaderClassName
{
color: #7616DE;
}
.AnyTagClassName
{
color: #7616DE;
}
</style>
background-color css
<style>
a { background-color: #7616DE; }
a { background-color: rgb(118,22,222); }
div.DivClassName
{
background-color: #7616DE;
}
.BgClassName
{
background-color: #7616DE;
}
</style>
border-color css
<style>
span { border-color: #7616DE; }
span { border-color: rgb(118,22,222); }
td.TdClassName
{
border-color: #7616DE;
}
.TagClassName
{
border-color: #7616DE;
}
</style>