Shades of Vivid Violet #772E88
Tints of Vivid Violet #772E88
RGB
CMYK
RGB Variations
Color information
#772E88 (or 0x772E88) is known color: Vivid Violet. HEX triplet: 77, 2E and 88. RGB value is (119,46,136). Sum of RGB (Red+Green+Blue) = 119+46+136=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #772E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772E88 is #88D177. Grayscale: #4D4D4D. Windows color (decimal): -8966520 or 8924791. OLE color: 8924791.
HSL color Cylindrical-coordinate representation of color #772E88: hue angle of 288.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772E88 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 46 | 136 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.47 |
| HSL | 288.67º | 0.49% | 0.36% | - |
| HSV(B) | 288.67º | 0.66% | 0.53% | - |
| XYZ | 13.03 | 7.65 | 24.08 | - |
| YUV | 78.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 136 | 0.12 | 0.66 | 0 | 0.47 | 288.67 | 0.49 | 0.36 |
| Hex | 77 | 2E | 88 | C | 42 | 0 | 2F | 121 | 31 | 24 |
| Octal | 167 | 56 | 210 | 14 | 102 | 0 | 57 | 441 | 61 | 44 |
| Binary | 1110111 | 101110 | 10001000 | 1100 | 1000010 | 0 | 101111 | 100100001 | 110001 | 100100 |
Color Harmonies of #772E88
Complementary color
Monochromatic Colors of #772E88
Black with #772E88
Text Example
Text Example
White with #772E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772E88; }
p { color: rgb(119,46,136); }
H1.HeaderClassName
{
color: #772E88;
}
.AnyTagClassName
{
color: #772E88;
}
</style>
background-color css
<style>
a { background-color: #772E88; }
a { background-color: rgb(119,46,136); }
div.DivClassName
{
background-color: #772E88;
}
.BgClassName
{
background-color: #772E88;
}
</style>
border-color css
<style>
span { border-color: #772E88; }
span { border-color: rgb(119,46,136); }
td.TdClassName
{
border-color: #772E88;
}
.TagClassName
{
border-color: #772E88;
}
</style>