Shades of Vivid Violet #771990
Tints of Vivid Violet #771990
RGB
CMYK
RGB Variations
Color information
#771990 (or 0x771990) is known color: Vivid Violet. HEX triplet: 77, 19 and 90. RGB value is (119,25,144). Sum of RGB (Red+Green+Blue) = 119+25+144=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #771990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771990 is #88E66F. Grayscale: #424242. Windows color (decimal): -8971888 or 9443703. OLE color: 9443703.
HSL color Cylindrical-coordinate representation of color #771990: hue angle of 287.39º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #771990 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 25 | 144 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.44 |
| HSL | 287.4º | 0.7% | 0.33% | - |
| HSV(B) | 287.4º | 0.83% | 0.56% | - |
| XYZ | 12.99 | 6.63 | 26.98 | - |
| YUV | 66.67 | 171.64 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 144 | 0.17 | 0.83 | 0 | 0.44 | 287.4 | 0.7 | 0.33 |
| Hex | 77 | 19 | 90 | 11 | 53 | 0 | 2C | 11F | 46 | 21 |
| Octal | 167 | 31 | 220 | 21 | 123 | 0 | 54 | 437 | 106 | 41 |
| Binary | 1110111 | 11001 | 10010000 | 10001 | 1010011 | 0 | 101100 | 100011111 | 1000110 | 100001 |
Color Harmonies of #771990
Complementary color
Monochromatic Colors of #771990
Black with #771990
Text Example
Text Example
White with #771990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771990; }
p { color: rgb(119,25,144); }
H1.HeaderClassName
{
color: #771990;
}
.AnyTagClassName
{
color: #771990;
}
</style>
background-color css
<style>
a { background-color: #771990; }
a { background-color: rgb(119,25,144); }
div.DivClassName
{
background-color: #771990;
}
.BgClassName
{
background-color: #771990;
}
</style>
border-color css
<style>
span { border-color: #771990; }
span { border-color: rgb(119,25,144); }
td.TdClassName
{
border-color: #771990;
}
.TagClassName
{
border-color: #771990;
}
</style>