Shades of Vivid Violet #773192
Tints of Vivid Violet #773192
RGB
CMYK
RGB Variations
Color information
#773192 (or 0x773192) is known color: Vivid Violet. HEX triplet: 77, 31 and 92. RGB value is (119,49,146). Sum of RGB (Red+Green+Blue) = 119+49+146=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #773192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773192 is #88CE6D. Grayscale: #505050. Windows color (decimal): -8965742 or 9580919. OLE color: 9580919.
HSL color Cylindrical-coordinate representation of color #773192: hue angle of 283.3º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773192 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 49 | 146 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.43 |
| HSL | 283.3º | 0.5% | 0.38% | - |
| HSV(B) | 283.3º | 0.66% | 0.57% | - |
| XYZ | 13.89 | 8.19 | 28.04 | - |
| YUV | 80.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 146 | 0.18 | 0.66 | 0 | 0.43 | 283.3 | 0.5 | 0.38 |
| Hex | 77 | 31 | 92 | 12 | 42 | 0 | 2B | 11B | 32 | 26 |
| Octal | 167 | 61 | 222 | 22 | 102 | 0 | 53 | 433 | 62 | 46 |
| Binary | 1110111 | 110001 | 10010010 | 10010 | 1000010 | 0 | 101011 | 100011011 | 110010 | 100110 |
Color Harmonies of #773192
Complementary color
Monochromatic Colors of #773192
Black with #773192
Text Example
Text Example
White with #773192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773192; }
p { color: rgb(119,49,146); }
H1.HeaderClassName
{
color: #773192;
}
.AnyTagClassName
{
color: #773192;
}
</style>
background-color css
<style>
a { background-color: #773192; }
a { background-color: rgb(119,49,146); }
div.DivClassName
{
background-color: #773192;
}
.BgClassName
{
background-color: #773192;
}
</style>
border-color css
<style>
span { border-color: #773192; }
span { border-color: rgb(119,49,146); }
td.TdClassName
{
border-color: #773192;
}
.TagClassName
{
border-color: #773192;
}
</style>