Shades of Blue Violet #7719EF
Tints of Blue Violet #7719EF
RGB
CMYK
RGB Variations
Color information
#7719EF (or 0x7719EF) is known color: Blue Violet. HEX triplet: 77, 19 and EF. RGB value is (119,25,239). Sum of RGB (Red+Green+Blue) = 119+25+239=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #7719EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7719EF is #88E610. Grayscale: #4C4C4C. Windows color (decimal): -8971793 or 15669623. OLE color: 15669623.
HSL color Cylindrical-coordinate representation of color #7719EF: hue angle of 266.36º 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 #7719EF is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 25 | 239 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.06 |
| HSL | 266.36º | 0.87% | 0.52% | - |
| HSV(B) | 266.36º | 0.9% | 0.94% | - |
| XYZ | 23.54 | 10.85 | 82.52 | - |
| YUV | 77.5 | 219.14 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 239 | 0.50 | 0.90 | 0 | 0.06 | 266.36 | 0.87 | 0.52 |
| Hex | 77 | 19 | EF | 32 | 5A | 0 | 6 | 10A | 57 | 34 |
| Octal | 167 | 31 | 357 | 62 | 132 | 0 | 6 | 412 | 127 | 64 |
| Binary | 1110111 | 11001 | 11101111 | 110010 | 1011010 | 0 | 110 | 100001010 | 1010111 | 110100 |
Color Harmonies of #7719EF
Complementary color
Monochromatic Colors of #7719EF
Black with #7719EF
Text Example
Text Example
White with #7719EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7719EF; }
p { color: rgb(119,25,239); }
H1.HeaderClassName
{
color: #7719EF;
}
.AnyTagClassName
{
color: #7719EF;
}
</style>
background-color css
<style>
a { background-color: #7719EF; }
a { background-color: rgb(119,25,239); }
div.DivClassName
{
background-color: #7719EF;
}
.BgClassName
{
background-color: #7719EF;
}
</style>
border-color css
<style>
span { border-color: #7719EF; }
span { border-color: rgb(119,25,239); }
td.TdClassName
{
border-color: #7719EF;
}
.TagClassName
{
border-color: #7719EF;
}
</style>