Shades of Blue Violet #7919EF
Tints of Blue Violet #7919EF
RGB
CMYK
RGB Variations
Color information
#7919EF (or 0x7919EF) is known color: Blue Violet. HEX triplet: 79, 19 and EF. RGB value is (121,25,239). Sum of RGB (Red+Green+Blue) = 121+25+239=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #7919EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7919EF is #86E610. Grayscale: #4D4D4D. Windows color (decimal): -8840721 or 15669625. OLE color: 15669625.
HSL color Cylindrical-coordinate representation of color #7919EF: hue angle of 266.92º 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 #7919EF is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 25 | 239 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.06 |
| HSL | 266.92º | 0.87% | 0.52% | - |
| HSV(B) | 266.92º | 0.9% | 0.94% | - |
| XYZ | 23.81 | 10.99 | 82.53 | - |
| YUV | 78.1 | 218.8 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 25 | 239 | 0.49 | 0.90 | 0 | 0.06 | 266.92 | 0.87 | 0.52 |
| Hex | 79 | 19 | EF | 31 | 5A | 0 | 6 | 10B | 57 | 34 |
| Octal | 171 | 31 | 357 | 61 | 132 | 0 | 6 | 413 | 127 | 64 |
| Binary | 1111001 | 11001 | 11101111 | 110001 | 1011010 | 0 | 110 | 100001011 | 1010111 | 110100 |
Color Harmonies of #7919EF
Complementary color
Monochromatic Colors of #7919EF
Black with #7919EF
Text Example
Text Example
White with #7919EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7919EF; }
p { color: rgb(121,25,239); }
H1.HeaderClassName
{
color: #7919EF;
}
.AnyTagClassName
{
color: #7919EF;
}
</style>
background-color css
<style>
a { background-color: #7919EF; }
a { background-color: rgb(121,25,239); }
div.DivClassName
{
background-color: #7919EF;
}
.BgClassName
{
background-color: #7919EF;
}
</style>
border-color css
<style>
span { border-color: #7919EF; }
span { border-color: rgb(121,25,239); }
td.TdClassName
{
border-color: #7919EF;
}
.TagClassName
{
border-color: #7919EF;
}
</style>