Shades of Vivid Violet #772E90
Tints of Vivid Violet #772E90
RGB
CMYK
RGB Variations
Color information
#772E90 (or 0x772E90) is known color: Vivid Violet. HEX triplet: 77, 2E and 90. RGB value is (119,46,144). Sum of RGB (Red+Green+Blue) = 119+46+144=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #772E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772E90 is #88D16F. Grayscale: #4E4E4E. Windows color (decimal): -8966512 or 9449079. OLE color: 9449079.
HSL color Cylindrical-coordinate representation of color #772E90: hue angle of 284.69º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #772E90 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 46 | 144 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.44 |
| HSL | 284.69º | 0.52% | 0.37% | - |
| HSV(B) | 284.69º | 0.68% | 0.56% | - |
| XYZ | 13.62 | 7.89 | 27.19 | - |
| YUV | 79 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 144 | 0.17 | 0.68 | 0 | 0.44 | 284.69 | 0.52 | 0.37 |
| Hex | 77 | 2E | 90 | 11 | 44 | 0 | 2C | 11D | 34 | 25 |
| Octal | 167 | 56 | 220 | 21 | 104 | 0 | 54 | 435 | 64 | 45 |
| Binary | 1110111 | 101110 | 10010000 | 10001 | 1000100 | 0 | 101100 | 100011101 | 110100 | 100101 |
Color Harmonies of #772E90
Complementary color
Monochromatic Colors of #772E90
Black with #772E90
Text Example
Text Example
White with #772E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772E90; }
p { color: rgb(119,46,144); }
H1.HeaderClassName
{
color: #772E90;
}
.AnyTagClassName
{
color: #772E90;
}
</style>
background-color css
<style>
a { background-color: #772E90; }
a { background-color: rgb(119,46,144); }
div.DivClassName
{
background-color: #772E90;
}
.BgClassName
{
background-color: #772E90;
}
</style>
border-color css
<style>
span { border-color: #772E90; }
span { border-color: rgb(119,46,144); }
td.TdClassName
{
border-color: #772E90;
}
.TagClassName
{
border-color: #772E90;
}
</style>