Shades of Vivid Violet #77149C
Tints of Vivid Violet #77149C
RGB
CMYK
RGB Variations
Color information
#77149C (or 0x77149C) is known color: Vivid Violet. HEX triplet: 77, 14 and 9C. RGB value is (119,20,156). Sum of RGB (Red+Green+Blue) = 119+20+156=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #77149C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77149C is #88EB63. Grayscale: #404040. Windows color (decimal): -8973156 or 10228855. OLE color: 10228855.
HSL color Cylindrical-coordinate representation of color #77149C: hue angle of 283.68º degrees, saturation: 0.77, 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 #77149C is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 20 | 156 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.39 |
| HSL | 283.68º | 0.77% | 0.35% | - |
| HSV(B) | 283.68º | 0.87% | 0.61% | - |
| XYZ | 13.86 | 6.82 | 32.04 | - |
| YUV | 65.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 156 | 0.24 | 0.87 | 0 | 0.39 | 283.68 | 0.77 | 0.35 |
| Hex | 77 | 14 | 9C | 18 | 57 | 0 | 27 | 11C | 4D | 23 |
| Octal | 167 | 24 | 234 | 30 | 127 | 0 | 47 | 434 | 115 | 43 |
| Binary | 1110111 | 10100 | 10011100 | 11000 | 1010111 | 0 | 100111 | 100011100 | 1001101 | 100011 |
Color Harmonies of #77149C
Complementary color
Monochromatic Colors of #77149C
Black with #77149C
Text Example
Text Example
White with #77149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77149C; }
p { color: rgb(119,20,156); }
H1.HeaderClassName
{
color: #77149C;
}
.AnyTagClassName
{
color: #77149C;
}
</style>
background-color css
<style>
a { background-color: #77149C; }
a { background-color: rgb(119,20,156); }
div.DivClassName
{
background-color: #77149C;
}
.BgClassName
{
background-color: #77149C;
}
</style>
border-color css
<style>
span { border-color: #77149C; }
span { border-color: rgb(119,20,156); }
td.TdClassName
{
border-color: #77149C;
}
.TagClassName
{
border-color: #77149C;
}
</style>