Shades of Vivid Violet #771599
Tints of Vivid Violet #771599
RGB
CMYK
RGB Variations
Color information
#771599 (or 0x771599) is known color: Vivid Violet. HEX triplet: 77, 15 and 99. RGB value is (119,21,153). Sum of RGB (Red+Green+Blue) = 119+21+153=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #771599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771599 is #88EA66. Grayscale: #404040. Windows color (decimal): -8972903 or 10032503. OLE color: 10032503.
HSL color Cylindrical-coordinate representation of color #771599: hue angle of 284.55º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771599 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 21 | 153 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.4 |
| HSL | 284.55º | 0.76% | 0.34% | - |
| HSV(B) | 284.55º | 0.86% | 0.6% | - |
| XYZ | 13.63 | 6.76 | 30.72 | - |
| YUV | 65.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 21 | 153 | 0.22 | 0.86 | 0 | 0.4 | 284.55 | 0.76 | 0.34 |
| Hex | 77 | 15 | 99 | 16 | 56 | 0 | 28 | 11D | 4C | 22 |
| Octal | 167 | 25 | 231 | 26 | 126 | 0 | 50 | 435 | 114 | 42 |
| Binary | 1110111 | 10101 | 10011001 | 10110 | 1010110 | 0 | 101000 | 100011101 | 1001100 | 100010 |
Color Harmonies of #771599
Complementary color
Monochromatic Colors of #771599
Black with #771599
Text Example
Text Example
White with #771599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771599; }
p { color: rgb(119,21,153); }
H1.HeaderClassName
{
color: #771599;
}
.AnyTagClassName
{
color: #771599;
}
</style>
background-color css
<style>
a { background-color: #771599; }
a { background-color: rgb(119,21,153); }
div.DivClassName
{
background-color: #771599;
}
.BgClassName
{
background-color: #771599;
}
</style>
border-color css
<style>
span { border-color: #771599; }
span { border-color: rgb(119,21,153); }
td.TdClassName
{
border-color: #771599;
}
.TagClassName
{
border-color: #771599;
}
</style>