Shades of Blue Violet #7719E4
Tints of Blue Violet #7719E4
RGB
CMYK
RGB Variations
Color information
#7719E4 (or 0x7719E4) is known color: Blue Violet. HEX triplet: 77, 19 and E4. RGB value is (119,25,228). Sum of RGB (Red+Green+Blue) = 119+25+228=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 228 (89.45% from 255 or 61.29% from 372); Max value from RGB is 228 - color contains mainly: blue. Hex color #7719E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7719E4 is #88E61B. Grayscale: #4B4B4B. Windows color (decimal): -8971804 or 14948727. OLE color: 14948727.
HSL color Cylindrical-coordinate representation of color #7719E4: hue angle of 267.78º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7719E4 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 25 | 228 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.11 |
| HSL | 267.78º | 0.8% | 0.5% | - |
| HSV(B) | 267.78º | 0.89% | 0.89% | - |
| XYZ | 21.96 | 10.22 | 74.21 | - |
| YUV | 76.25 | 213.64 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 228 | 0.48 | 0.89 | 0 | 0.11 | 267.78 | 0.8 | 0.5 |
| Hex | 77 | 19 | E4 | 30 | 59 | 0 | B | 10C | 50 | 32 |
| Octal | 167 | 31 | 344 | 60 | 131 | 0 | 13 | 414 | 120 | 62 |
| Binary | 1110111 | 11001 | 11100100 | 110000 | 1011001 | 0 | 1011 | 100001100 | 1010000 | 110010 |
Color Harmonies of #7719E4
Complementary color
Monochromatic Colors of #7719E4
Black with #7719E4
Text Example
Text Example
White with #7719E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7719E4; }
p { color: rgb(119,25,228); }
H1.HeaderClassName
{
color: #7719E4;
}
.AnyTagClassName
{
color: #7719E4;
}
</style>
background-color css
<style>
a { background-color: #7719E4; }
a { background-color: rgb(119,25,228); }
div.DivClassName
{
background-color: #7719E4;
}
.BgClassName
{
background-color: #7719E4;
}
</style>
border-color css
<style>
span { border-color: #7719E4; }
span { border-color: rgb(119,25,228); }
td.TdClassName
{
border-color: #7719E4;
}
.TagClassName
{
border-color: #7719E4;
}
</style>