Shades of Vivid Violet #772388
Tints of Vivid Violet #772388
RGB
CMYK
RGB Variations
Color information
#772388 (or 0x772388) is known color: Vivid Violet. HEX triplet: 77, 23 and 88. RGB value is (119,35,136). Sum of RGB (Red+Green+Blue) = 119+35+136=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #772388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772388 is #88DC77. Grayscale: #474747. Windows color (decimal): -8969336 or 8921975. OLE color: 8921975.
HSL color Cylindrical-coordinate representation of color #772388: hue angle of 289.9º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772388 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 35 | 136 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.47 |
| HSL | 289.9º | 0.59% | 0.34% | - |
| HSV(B) | 289.9º | 0.74% | 0.53% | - |
| XYZ | 12.65 | 6.9 | 23.96 | - |
| YUV | 71.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 35 | 136 | 0.12 | 0.74 | 0 | 0.47 | 289.9 | 0.59 | 0.34 |
| Hex | 77 | 23 | 88 | C | 4A | 0 | 2F | 122 | 3B | 22 |
| Octal | 167 | 43 | 210 | 14 | 112 | 0 | 57 | 442 | 73 | 42 |
| Binary | 1110111 | 100011 | 10001000 | 1100 | 1001010 | 0 | 101111 | 100100010 | 111011 | 100010 |
Color Harmonies of #772388
Complementary color
Monochromatic Colors of #772388
Black with #772388
Text Example
Text Example
White with #772388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772388; }
p { color: rgb(119,35,136); }
H1.HeaderClassName
{
color: #772388;
}
.AnyTagClassName
{
color: #772388;
}
</style>
background-color css
<style>
a { background-color: #772388; }
a { background-color: rgb(119,35,136); }
div.DivClassName
{
background-color: #772388;
}
.BgClassName
{
background-color: #772388;
}
</style>
border-color css
<style>
span { border-color: #772388; }
span { border-color: rgb(119,35,136); }
td.TdClassName
{
border-color: #772388;
}
.TagClassName
{
border-color: #772388;
}
</style>