Shades of Blue Violet #7819EC
Tints of Blue Violet #7819EC
RGB
CMYK
RGB Variations
Color information
#7819EC (or 0x7819EC) is known color: Blue Violet. HEX triplet: 78, 19 and EC. RGB value is (120,25,236). Sum of RGB (Red+Green+Blue) = 120+25+236=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #7819EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7819EC is #87E613. Grayscale: #4C4C4C. Windows color (decimal): -8906260 or 15473016. OLE color: 15473016.
HSL color Cylindrical-coordinate representation of color #7819EC: hue angle of 267.01º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7819EC is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 25 | 236 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.07 |
| HSL | 267.01º | 0.85% | 0.51% | - |
| HSV(B) | 267.01º | 0.89% | 0.93% | - |
| XYZ | 23.23 | 10.74 | 80.21 | - |
| YUV | 77.46 | 217.47 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 236 | 0.49 | 0.89 | 0 | 0.07 | 267.01 | 0.85 | 0.51 |
| Hex | 78 | 19 | EC | 31 | 59 | 0 | 7 | 10B | 55 | 33 |
| Octal | 170 | 31 | 354 | 61 | 131 | 0 | 7 | 413 | 125 | 63 |
| Binary | 1111000 | 11001 | 11101100 | 110001 | 1011001 | 0 | 111 | 100001011 | 1010101 | 110011 |
Color Harmonies of #7819EC
Complementary color
Monochromatic Colors of #7819EC
Black with #7819EC
Text Example
Text Example
White with #7819EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7819EC; }
p { color: rgb(120,25,236); }
H1.HeaderClassName
{
color: #7819EC;
}
.AnyTagClassName
{
color: #7819EC;
}
</style>
background-color css
<style>
a { background-color: #7819EC; }
a { background-color: rgb(120,25,236); }
div.DivClassName
{
background-color: #7819EC;
}
.BgClassName
{
background-color: #7819EC;
}
</style>
border-color css
<style>
span { border-color: #7819EC; }
span { border-color: rgb(120,25,236); }
td.TdClassName
{
border-color: #7819EC;
}
.TagClassName
{
border-color: #7819EC;
}
</style>