Shades of Vivid Violet #772088
Tints of Vivid Violet #772088
RGB
CMYK
RGB Variations
Color information
#772088 (or 0x772088) is known color: Vivid Violet. HEX triplet: 77, 20 and 88. RGB value is (119,32,136). Sum of RGB (Red+Green+Blue) = 119+32+136=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #772088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772088 is #88DF77. Grayscale: #454545. Windows color (decimal): -8970104 or 8921207. OLE color: 8921207.
HSL color Cylindrical-coordinate representation of color #772088: hue angle of 290.19º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772088 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 32 | 136 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.47 |
| HSL | 290.19º | 0.62% | 0.33% | - |
| HSV(B) | 290.19º | 0.76% | 0.53% | - |
| XYZ | 12.57 | 6.73 | 23.93 | - |
| YUV | 69.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 136 | 0.12 | 0.76 | 0 | 0.47 | 290.19 | 0.62 | 0.33 |
| Hex | 77 | 20 | 88 | C | 4C | 0 | 2F | 122 | 3E | 21 |
| Octal | 167 | 40 | 210 | 14 | 114 | 0 | 57 | 442 | 76 | 41 |
| Binary | 1110111 | 100000 | 10001000 | 1100 | 1001100 | 0 | 101111 | 100100010 | 111110 | 100001 |
Color Harmonies of #772088
Complementary color
Monochromatic Colors of #772088
Black with #772088
Text Example
Text Example
White with #772088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772088; }
p { color: rgb(119,32,136); }
H1.HeaderClassName
{
color: #772088;
}
.AnyTagClassName
{
color: #772088;
}
</style>
background-color css
<style>
a { background-color: #772088; }
a { background-color: rgb(119,32,136); }
div.DivClassName
{
background-color: #772088;
}
.BgClassName
{
background-color: #772088;
}
</style>
border-color css
<style>
span { border-color: #772088; }
span { border-color: rgb(119,32,136); }
td.TdClassName
{
border-color: #772088;
}
.TagClassName
{
border-color: #772088;
}
</style>