Shades of Vivid Violet #772182
Tints of Vivid Violet #772182
RGB
CMYK
RGB Variations
Color information
#772182 (or 0x772182) is known color: Vivid Violet. HEX triplet: 77, 21 and 82. RGB value is (119,33,130). Sum of RGB (Red+Green+Blue) = 119+33+130=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #772182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772182 is #88DE7D. Grayscale: #454545. Windows color (decimal): -8969854 or 8528247. OLE color: 8528247.
HSL color Cylindrical-coordinate representation of color #772182: hue angle of 293.2º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772182 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 33 | 130 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.49 |
| HSL | 293.2º | 0.6% | 0.32% | - |
| HSV(B) | 293.2º | 0.75% | 0.51% | - |
| XYZ | 12.18 | 6.62 | 21.76 | - |
| YUV | 69.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 130 | 0.08 | 0.75 | 0 | 0.49 | 293.2 | 0.6 | 0.32 |
| Hex | 77 | 21 | 82 | 8 | 4B | 0 | 31 | 125 | 3C | 20 |
| Octal | 167 | 41 | 202 | 10 | 113 | 0 | 61 | 445 | 74 | 40 |
| Binary | 1110111 | 100001 | 10000010 | 1000 | 1001011 | 0 | 110001 | 100100101 | 111100 | 100000 |
Color Harmonies of #772182
Complementary color
Monochromatic Colors of #772182
Black with #772182
Text Example
Text Example
White with #772182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772182; }
p { color: rgb(119,33,130); }
H1.HeaderClassName
{
color: #772182;
}
.AnyTagClassName
{
color: #772182;
}
</style>
background-color css
<style>
a { background-color: #772182; }
a { background-color: rgb(119,33,130); }
div.DivClassName
{
background-color: #772182;
}
.BgClassName
{
background-color: #772182;
}
</style>
border-color css
<style>
span { border-color: #772182; }
span { border-color: rgb(119,33,130); }
td.TdClassName
{
border-color: #772182;
}
.TagClassName
{
border-color: #772182;
}
</style>