Shades of Vivid Violet #772289
Tints of Vivid Violet #772289
RGB
CMYK
RGB Variations
Color information
#772289 (or 0x772289) is known color: Vivid Violet. HEX triplet: 77, 22 and 89. RGB value is (119,34,137). Sum of RGB (Red+Green+Blue) = 119+34+137=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #772289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772289 is #88DD76. Grayscale: #464646. Windows color (decimal): -8969591 or 8987255. OLE color: 8987255.
HSL color Cylindrical-coordinate representation of color #772289: hue angle of 289.51º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772289 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 34 | 137 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.46 |
| HSL | 289.51º | 0.6% | 0.34% | - |
| HSV(B) | 289.51º | 0.75% | 0.54% | - |
| XYZ | 12.7 | 6.87 | 24.32 | - |
| YUV | 71.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 34 | 137 | 0.13 | 0.75 | 0 | 0.46 | 289.51 | 0.6 | 0.34 |
| Hex | 77 | 22 | 89 | D | 4B | 0 | 2E | 122 | 3C | 22 |
| Octal | 167 | 42 | 211 | 15 | 113 | 0 | 56 | 442 | 74 | 42 |
| Binary | 1110111 | 100010 | 10001001 | 1101 | 1001011 | 0 | 101110 | 100100010 | 111100 | 100010 |
Color Harmonies of #772289
Complementary color
Monochromatic Colors of #772289
Black with #772289
Text Example
Text Example
White with #772289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772289; }
p { color: rgb(119,34,137); }
H1.HeaderClassName
{
color: #772289;
}
.AnyTagClassName
{
color: #772289;
}
</style>
background-color css
<style>
a { background-color: #772289; }
a { background-color: rgb(119,34,137); }
div.DivClassName
{
background-color: #772289;
}
.BgClassName
{
background-color: #772289;
}
</style>
border-color css
<style>
span { border-color: #772289; }
span { border-color: rgb(119,34,137); }
td.TdClassName
{
border-color: #772289;
}
.TagClassName
{
border-color: #772289;
}
</style>