Shades of Vivid Violet #772190
Tints of Vivid Violet #772190
RGB
CMYK
RGB Variations
Color information
#772190 (or 0x772190) is known color: Vivid Violet. HEX triplet: 77, 21 and 90. RGB value is (119,33,144). Sum of RGB (Red+Green+Blue) = 119+33+144=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #772190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772190 is #88DE6F. Grayscale: #474747. Windows color (decimal): -8969840 or 9445751. OLE color: 9445751.
HSL color Cylindrical-coordinate representation of color #772190: hue angle of 286.49º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772190 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 33 | 144 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.44 |
| HSL | 286.49º | 0.63% | 0.35% | - |
| HSV(B) | 286.49º | 0.77% | 0.56% | - |
| XYZ | 13.19 | 7.02 | 27.05 | - |
| YUV | 71.37 | 168.99 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 144 | 0.17 | 0.77 | 0 | 0.44 | 286.49 | 0.63 | 0.35 |
| Hex | 77 | 21 | 90 | 11 | 4D | 0 | 2C | 11E | 3F | 23 |
| Octal | 167 | 41 | 220 | 21 | 115 | 0 | 54 | 436 | 77 | 43 |
| Binary | 1110111 | 100001 | 10010000 | 10001 | 1001101 | 0 | 101100 | 100011110 | 111111 | 100011 |
Color Harmonies of #772190
Complementary color
Monochromatic Colors of #772190
Black with #772190
Text Example
Text Example
White with #772190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772190; }
p { color: rgb(119,33,144); }
H1.HeaderClassName
{
color: #772190;
}
.AnyTagClassName
{
color: #772190;
}
</style>
background-color css
<style>
a { background-color: #772190; }
a { background-color: rgb(119,33,144); }
div.DivClassName
{
background-color: #772190;
}
.BgClassName
{
background-color: #772190;
}
</style>
border-color css
<style>
span { border-color: #772190; }
span { border-color: rgb(119,33,144); }
td.TdClassName
{
border-color: #772190;
}
.TagClassName
{
border-color: #772190;
}
</style>