Shades of Blue Violet #7719EE
Tints of Blue Violet #7719EE
RGB
CMYK
RGB Variations
Color information
#7719EE (or 0x7719EE) is known color: Blue Violet. HEX triplet: 77, 19 and EE. RGB value is (119,25,238). Sum of RGB (Red+Green+Blue) = 119+25+238=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #7719EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7719EE is #88E611. Grayscale: #4C4C4C. Windows color (decimal): -8971794 or 15604087. OLE color: 15604087.
HSL color Cylindrical-coordinate representation of color #7719EE: hue angle of 266.48º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7719EE is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 25 | 238 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.07 |
| HSL | 266.48º | 0.86% | 0.52% | - |
| HSV(B) | 266.48º | 0.89% | 0.93% | - |
| XYZ | 23.39 | 10.79 | 81.74 | - |
| YUV | 77.39 | 218.64 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 238 | 0.50 | 0.89 | 0 | 0.07 | 266.48 | 0.86 | 0.52 |
| Hex | 77 | 19 | EE | 32 | 59 | 0 | 7 | 10A | 56 | 34 |
| Octal | 167 | 31 | 356 | 62 | 131 | 0 | 7 | 412 | 126 | 64 |
| Binary | 1110111 | 11001 | 11101110 | 110010 | 1011001 | 0 | 111 | 100001010 | 1010110 | 110100 |
Color Harmonies of #7719EE
Complementary color
Monochromatic Colors of #7719EE
Black with #7719EE
Text Example
Text Example
White with #7719EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7719EE; }
p { color: rgb(119,25,238); }
H1.HeaderClassName
{
color: #7719EE;
}
.AnyTagClassName
{
color: #7719EE;
}
</style>
background-color css
<style>
a { background-color: #7719EE; }
a { background-color: rgb(119,25,238); }
div.DivClassName
{
background-color: #7719EE;
}
.BgClassName
{
background-color: #7719EE;
}
</style>
border-color css
<style>
span { border-color: #7719EE; }
span { border-color: rgb(119,25,238); }
td.TdClassName
{
border-color: #7719EE;
}
.TagClassName
{
border-color: #7719EE;
}
</style>