Shades of Blue Violet #7819ED
Tints of Blue Violet #7819ED
RGB
CMYK
RGB Variations
Color information
#7819ED (or 0x7819ED) is known color: Blue Violet. HEX triplet: 78, 19 and ED. RGB value is (120,25,237). Sum of RGB (Red+Green+Blue) = 120+25+237=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #7819ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7819ED is #87E612. Grayscale: #4C4C4C. Windows color (decimal): -8906259 or 15538552. OLE color: 15538552.
HSL color Cylindrical-coordinate representation of color #7819ED: hue angle of 266.89º 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 #7819ED is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 25 | 237 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.07 |
| HSL | 266.89º | 0.85% | 0.51% | - |
| HSV(B) | 266.89º | 0.89% | 0.93% | - |
| XYZ | 23.38 | 10.8 | 80.97 | - |
| YUV | 77.57 | 217.97 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 237 | 0.49 | 0.89 | 0 | 0.07 | 266.89 | 0.85 | 0.51 |
| Hex | 78 | 19 | ED | 31 | 59 | 0 | 7 | 10B | 55 | 33 |
| Octal | 170 | 31 | 355 | 61 | 131 | 0 | 7 | 413 | 125 | 63 |
| Binary | 1111000 | 11001 | 11101101 | 110001 | 1011001 | 0 | 111 | 100001011 | 1010101 | 110011 |
Color Harmonies of #7819ED
Complementary color
Monochromatic Colors of #7819ED
Black with #7819ED
Text Example
Text Example
White with #7819ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7819ED; }
p { color: rgb(120,25,237); }
H1.HeaderClassName
{
color: #7819ED;
}
.AnyTagClassName
{
color: #7819ED;
}
</style>
background-color css
<style>
a { background-color: #7819ED; }
a { background-color: rgb(120,25,237); }
div.DivClassName
{
background-color: #7819ED;
}
.BgClassName
{
background-color: #7819ED;
}
</style>
border-color css
<style>
span { border-color: #7819ED; }
span { border-color: rgb(120,25,237); }
td.TdClassName
{
border-color: #7819ED;
}
.TagClassName
{
border-color: #7819ED;
}
</style>