Shades of Blue Violet #7819EF
Tints of Blue Violet #7819EF
RGB
CMYK
RGB Variations
Color information
#7819EF (or 0x7819EF) is known color: Blue Violet. HEX triplet: 78, 19 and EF. RGB value is (120,25,239). Sum of RGB (Red+Green+Blue) = 120+25+239=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #7819EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7819EF is #87E610. Grayscale: #4D4D4D. Windows color (decimal): -8906257 or 15669624. OLE color: 15669624.
HSL color Cylindrical-coordinate representation of color #7819EF: hue angle of 266.64º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7819EF is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 25 | 239 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.06 |
| HSL | 266.64º | 0.87% | 0.52% | - |
| HSV(B) | 266.64º | 0.9% | 0.94% | - |
| XYZ | 23.67 | 10.92 | 82.52 | - |
| YUV | 77.8 | 218.97 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 239 | 0.50 | 0.90 | 0 | 0.06 | 266.64 | 0.87 | 0.52 |
| Hex | 78 | 19 | EF | 32 | 5A | 0 | 6 | 10B | 57 | 34 |
| Octal | 170 | 31 | 357 | 62 | 132 | 0 | 6 | 413 | 127 | 64 |
| Binary | 1111000 | 11001 | 11101111 | 110010 | 1011010 | 0 | 110 | 100001011 | 1010111 | 110100 |
Color Harmonies of #7819EF
Complementary color
Monochromatic Colors of #7819EF
Black with #7819EF
Text Example
Text Example
White with #7819EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7819EF; }
p { color: rgb(120,25,239); }
H1.HeaderClassName
{
color: #7819EF;
}
.AnyTagClassName
{
color: #7819EF;
}
</style>
background-color css
<style>
a { background-color: #7819EF; }
a { background-color: rgb(120,25,239); }
div.DivClassName
{
background-color: #7819EF;
}
.BgClassName
{
background-color: #7819EF;
}
</style>
border-color css
<style>
span { border-color: #7819EF; }
span { border-color: rgb(120,25,239); }
td.TdClassName
{
border-color: #7819EF;
}
.TagClassName
{
border-color: #7819EF;
}
</style>