Shades of Vivid Violet #772A87
Tints of Vivid Violet #772A87
RGB
CMYK
RGB Variations
Color information
#772A87 (or 0x772A87) is known color: Vivid Violet. HEX triplet: 77, 2A and 87. RGB value is (119,42,135). Sum of RGB (Red+Green+Blue) = 119+42+135=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #772A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772A87 is #88D578. Grayscale: #4B4B4B. Windows color (decimal): -8967545 or 8858231. OLE color: 8858231.
HSL color Cylindrical-coordinate representation of color #772A87: hue angle of 289.68º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #772A87 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 42 | 135 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.47 |
| HSL | 289.68º | 0.53% | 0.35% | - |
| HSV(B) | 289.68º | 0.69% | 0.53% | - |
| XYZ | 12.81 | 7.33 | 23.66 | - |
| YUV | 75.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 135 | 0.12 | 0.69 | 0 | 0.47 | 289.68 | 0.53 | 0.35 |
| Hex | 77 | 2A | 87 | C | 45 | 0 | 2F | 122 | 35 | 23 |
| Octal | 167 | 52 | 207 | 14 | 105 | 0 | 57 | 442 | 65 | 43 |
| Binary | 1110111 | 101010 | 10000111 | 1100 | 1000101 | 0 | 101111 | 100100010 | 110101 | 100011 |
Color Harmonies of #772A87
Complementary color
Monochromatic Colors of #772A87
Black with #772A87
Text Example
Text Example
White with #772A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772A87; }
p { color: rgb(119,42,135); }
H1.HeaderClassName
{
color: #772A87;
}
.AnyTagClassName
{
color: #772A87;
}
</style>
background-color css
<style>
a { background-color: #772A87; }
a { background-color: rgb(119,42,135); }
div.DivClassName
{
background-color: #772A87;
}
.BgClassName
{
background-color: #772A87;
}
</style>
border-color css
<style>
span { border-color: #772A87; }
span { border-color: rgb(119,42,135); }
td.TdClassName
{
border-color: #772A87;
}
.TagClassName
{
border-color: #772A87;
}
</style>