Shades of Vivid Violet #77159C
Tints of Vivid Violet #77159C
RGB
CMYK
RGB Variations
Color information
#77159C (or 0x77159C) is known color: Vivid Violet. HEX triplet: 77, 15 and 9C. RGB value is (119,21,156). Sum of RGB (Red+Green+Blue) = 119+21+156=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #77159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77159C is #88EA63. Grayscale: #414141. Windows color (decimal): -8972900 or 10229111. OLE color: 10229111.
HSL color Cylindrical-coordinate representation of color #77159C: hue angle of 283.56º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77159C is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 21 | 156 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.39 |
| HSL | 283.56º | 0.76% | 0.35% | - |
| HSV(B) | 283.56º | 0.87% | 0.61% | - |
| XYZ | 13.88 | 6.86 | 32.04 | - |
| YUV | 65.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 21 | 156 | 0.24 | 0.87 | 0 | 0.39 | 283.56 | 0.76 | 0.35 |
| Hex | 77 | 15 | 9C | 18 | 57 | 0 | 27 | 11C | 4C | 23 |
| Octal | 167 | 25 | 234 | 30 | 127 | 0 | 47 | 434 | 114 | 43 |
| Binary | 1110111 | 10101 | 10011100 | 11000 | 1010111 | 0 | 100111 | 100011100 | 1001100 | 100011 |
Color Harmonies of #77159C
Complementary color
Monochromatic Colors of #77159C
Black with #77159C
Text Example
Text Example
White with #77159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77159C; }
p { color: rgb(119,21,156); }
H1.HeaderClassName
{
color: #77159C;
}
.AnyTagClassName
{
color: #77159C;
}
</style>
background-color css
<style>
a { background-color: #77159C; }
a { background-color: rgb(119,21,156); }
div.DivClassName
{
background-color: #77159C;
}
.BgClassName
{
background-color: #77159C;
}
</style>
border-color css
<style>
span { border-color: #77159C; }
span { border-color: rgb(119,21,156); }
td.TdClassName
{
border-color: #77159C;
}
.TagClassName
{
border-color: #77159C;
}
</style>