Shades of Vivid Violet #772AA0
Tints of Vivid Violet #772AA0
RGB
CMYK
RGB Variations
Color information
#772AA0 (or 0x772AA0) is known color: Vivid Violet. HEX triplet: 77, 2A and A0. RGB value is (119,42,160). Sum of RGB (Red+Green+Blue) = 119+42+160=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 160 (62.89% from 255 or 49.84% from 321); Max value from RGB is 160 - color contains mainly: blue. Hex color #772AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772AA0 is #88D55F. Grayscale: #4E4E4E. Windows color (decimal): -8967520 or 10496631. OLE color: 10496631.
HSL color Cylindrical-coordinate representation of color #772AA0: hue angle of 279.15º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772AA0 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 42 | 160 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.37 |
| HSL | 279.15º | 0.58% | 0.4% | - |
| HSV(B) | 279.15º | 0.74% | 0.63% | - |
| XYZ | 14.78 | 8.12 | 34.05 | - |
| YUV | 78.48 | 174.01 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 160 | 0.26 | 0.74 | 0 | 0.37 | 279.15 | 0.58 | 0.4 |
| Hex | 77 | 2A | A0 | 1A | 4A | 0 | 25 | 117 | 3A | 28 |
| Octal | 167 | 52 | 240 | 32 | 112 | 0 | 45 | 427 | 72 | 50 |
| Binary | 1110111 | 101010 | 10100000 | 11010 | 1001010 | 0 | 100101 | 100010111 | 111010 | 101000 |
Color Harmonies of #772AA0
Complementary color
Monochromatic Colors of #772AA0
Black with #772AA0
Text Example
Text Example
White with #772AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772AA0; }
p { color: rgb(119,42,160); }
H1.HeaderClassName
{
color: #772AA0;
}
.AnyTagClassName
{
color: #772AA0;
}
</style>
background-color css
<style>
a { background-color: #772AA0; }
a { background-color: rgb(119,42,160); }
div.DivClassName
{
background-color: #772AA0;
}
.BgClassName
{
background-color: #772AA0;
}
</style>
border-color css
<style>
span { border-color: #772AA0; }
span { border-color: rgb(119,42,160); }
td.TdClassName
{
border-color: #772AA0;
}
.TagClassName
{
border-color: #772AA0;
}
</style>