Shades of Vivid Violet #772187
Tints of Vivid Violet #772187
RGB
CMYK
RGB Variations
Color information
#772187 (or 0x772187) is known color: Vivid Violet. HEX triplet: 77, 21 and 87. RGB value is (119,33,135). Sum of RGB (Red+Green+Blue) = 119+33+135=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #772187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772187 is #88DE78. Grayscale: #464646. Windows color (decimal): -8969849 or 8855927. OLE color: 8855927.
HSL color Cylindrical-coordinate representation of color #772187: hue angle of 290.59º degrees, saturation: 0.61, 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 #772187 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 33 | 135 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.47 |
| HSL | 290.59º | 0.61% | 0.33% | - |
| HSV(B) | 290.59º | 0.76% | 0.53% | - |
| XYZ | 12.52 | 6.76 | 23.57 | - |
| YUV | 70.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 135 | 0.12 | 0.76 | 0 | 0.47 | 290.59 | 0.61 | 0.33 |
| Hex | 77 | 21 | 87 | C | 4C | 0 | 2F | 123 | 3D | 21 |
| Octal | 167 | 41 | 207 | 14 | 114 | 0 | 57 | 443 | 75 | 41 |
| Binary | 1110111 | 100001 | 10000111 | 1100 | 1001100 | 0 | 101111 | 100100011 | 111101 | 100001 |
Color Harmonies of #772187
Complementary color
Monochromatic Colors of #772187
Black with #772187
Text Example
Text Example
White with #772187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772187; }
p { color: rgb(119,33,135); }
H1.HeaderClassName
{
color: #772187;
}
.AnyTagClassName
{
color: #772187;
}
</style>
background-color css
<style>
a { background-color: #772187; }
a { background-color: rgb(119,33,135); }
div.DivClassName
{
background-color: #772187;
}
.BgClassName
{
background-color: #772187;
}
</style>
border-color css
<style>
span { border-color: #772187; }
span { border-color: rgb(119,33,135); }
td.TdClassName
{
border-color: #772187;
}
.TagClassName
{
border-color: #772187;
}
</style>