Shades of Vivid Violet #773190
Tints of Vivid Violet #773190
RGB
CMYK
RGB Variations
Color information
#773190 (or 0x773190) is known color: Vivid Violet. HEX triplet: 77, 31 and 90. RGB value is (119,49,144). Sum of RGB (Red+Green+Blue) = 119+49+144=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #773190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773190 is #88CE6F. Grayscale: #505050. Windows color (decimal): -8965744 or 9449847. OLE color: 9449847.
HSL color Cylindrical-coordinate representation of color #773190: hue angle of 284.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773190 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 49 | 144 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.44 |
| HSL | 284.21º | 0.49% | 0.38% | - |
| HSV(B) | 284.21º | 0.66% | 0.56% | - |
| XYZ | 13.74 | 8.13 | 27.23 | - |
| YUV | 80.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 144 | 0.17 | 0.66 | 0 | 0.44 | 284.21 | 0.49 | 0.38 |
| Hex | 77 | 31 | 90 | 11 | 42 | 0 | 2C | 11C | 31 | 26 |
| Octal | 167 | 61 | 220 | 21 | 102 | 0 | 54 | 434 | 61 | 46 |
| Binary | 1110111 | 110001 | 10010000 | 10001 | 1000010 | 0 | 101100 | 100011100 | 110001 | 100110 |
Color Harmonies of #773190
Complementary color
Monochromatic Colors of #773190
Black with #773190
Text Example
Text Example
White with #773190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773190; }
p { color: rgb(119,49,144); }
H1.HeaderClassName
{
color: #773190;
}
.AnyTagClassName
{
color: #773190;
}
</style>
background-color css
<style>
a { background-color: #773190; }
a { background-color: rgb(119,49,144); }
div.DivClassName
{
background-color: #773190;
}
.BgClassName
{
background-color: #773190;
}
</style>
border-color css
<style>
span { border-color: #773190; }
span { border-color: rgb(119,49,144); }
td.TdClassName
{
border-color: #773190;
}
.TagClassName
{
border-color: #773190;
}
</style>