Shades of Vivid Violet #772194
Tints of Vivid Violet #772194
RGB
CMYK
RGB Variations
Color information
#772194 (or 0x772194) is known color: Vivid Violet. HEX triplet: 77, 21 and 94. RGB value is (119,33,148). Sum of RGB (Red+Green+Blue) = 119+33+148=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #772194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772194 is #88DE6B. Grayscale: #474747. Windows color (decimal): -8969836 or 9707895. OLE color: 9707895.
HSL color Cylindrical-coordinate representation of color #772194: hue angle of 284.87º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #772194 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 33 | 148 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.42 |
| HSL | 284.87º | 0.64% | 0.35% | - |
| HSV(B) | 284.87º | 0.78% | 0.58% | - |
| XYZ | 13.5 | 7.15 | 28.69 | - |
| YUV | 71.82 | 170.99 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 148 | 0.20 | 0.78 | 0 | 0.42 | 284.87 | 0.64 | 0.35 |
| Hex | 77 | 21 | 94 | 14 | 4E | 0 | 2A | 11D | 40 | 23 |
| Octal | 167 | 41 | 224 | 24 | 116 | 0 | 52 | 435 | 100 | 43 |
| Binary | 1110111 | 100001 | 10010100 | 10100 | 1001110 | 0 | 101010 | 100011101 | 1000000 | 100011 |
Color Harmonies of #772194
Complementary color
Monochromatic Colors of #772194
Black with #772194
Text Example
Text Example
White with #772194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772194; }
p { color: rgb(119,33,148); }
H1.HeaderClassName
{
color: #772194;
}
.AnyTagClassName
{
color: #772194;
}
</style>
background-color css
<style>
a { background-color: #772194; }
a { background-color: rgb(119,33,148); }
div.DivClassName
{
background-color: #772194;
}
.BgClassName
{
background-color: #772194;
}
</style>
border-color css
<style>
span { border-color: #772194; }
span { border-color: rgb(119,33,148); }
td.TdClassName
{
border-color: #772194;
}
.TagClassName
{
border-color: #772194;
}
</style>