Shades of Vivid Violet #772186
Tints of Vivid Violet #772186
RGB
CMYK
RGB Variations
Color information
#772186 (or 0x772186) is known color: Vivid Violet. HEX triplet: 77, 21 and 86. RGB value is (119,33,134). Sum of RGB (Red+Green+Blue) = 119+33+134=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #772186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772186 is #88DE79. Grayscale: #454545. Windows color (decimal): -8969850 or 8790391. OLE color: 8790391.
HSL color Cylindrical-coordinate representation of color #772186: hue angle of 291.09º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772186 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 33 | 134 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.47 |
| HSL | 291.09º | 0.6% | 0.33% | - |
| HSV(B) | 291.09º | 0.75% | 0.53% | - |
| XYZ | 12.45 | 6.73 | 23.2 | - |
| YUV | 70.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 134 | 0.11 | 0.75 | 0 | 0.47 | 291.09 | 0.6 | 0.33 |
| Hex | 77 | 21 | 86 | B | 4B | 0 | 2F | 123 | 3C | 21 |
| Octal | 167 | 41 | 206 | 13 | 113 | 0 | 57 | 443 | 74 | 41 |
| Binary | 1110111 | 100001 | 10000110 | 1011 | 1001011 | 0 | 101111 | 100100011 | 111100 | 100001 |
Color Harmonies of #772186
Complementary color
Monochromatic Colors of #772186
Black with #772186
Text Example
Text Example
White with #772186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772186; }
p { color: rgb(119,33,134); }
H1.HeaderClassName
{
color: #772186;
}
.AnyTagClassName
{
color: #772186;
}
</style>
background-color css
<style>
a { background-color: #772186; }
a { background-color: rgb(119,33,134); }
div.DivClassName
{
background-color: #772186;
}
.BgClassName
{
background-color: #772186;
}
</style>
border-color css
<style>
span { border-color: #772186; }
span { border-color: rgb(119,33,134); }
td.TdClassName
{
border-color: #772186;
}
.TagClassName
{
border-color: #772186;
}
</style>