Shades of Vivid Violet #772399
Tints of Vivid Violet #772399
RGB
CMYK
RGB Variations
Color information
#772399 (or 0x772399) is known color: Vivid Violet. HEX triplet: 77, 23 and 99. RGB value is (119,35,153). Sum of RGB (Red+Green+Blue) = 119+35+153=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #772399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772399 is #88DC66. Grayscale: #494949. Windows color (decimal): -8969319 or 10036087. OLE color: 10036087.
HSL color Cylindrical-coordinate representation of color #772399: hue angle of 282.71º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772399 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 35 | 153 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.4 |
| HSL | 282.71º | 0.63% | 0.37% | - |
| HSV(B) | 282.71º | 0.77% | 0.6% | - |
| XYZ | 13.96 | 7.42 | 30.83 | - |
| YUV | 73.57 | 172.83 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 35 | 153 | 0.22 | 0.77 | 0 | 0.4 | 282.71 | 0.63 | 0.37 |
| Hex | 77 | 23 | 99 | 16 | 4D | 0 | 28 | 11B | 3F | 25 |
| Octal | 167 | 43 | 231 | 26 | 115 | 0 | 50 | 433 | 77 | 45 |
| Binary | 1110111 | 100011 | 10011001 | 10110 | 1001101 | 0 | 101000 | 100011011 | 111111 | 100101 |
Color Harmonies of #772399
Complementary color
Monochromatic Colors of #772399
Black with #772399
Text Example
Text Example
White with #772399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772399; }
p { color: rgb(119,35,153); }
H1.HeaderClassName
{
color: #772399;
}
.AnyTagClassName
{
color: #772399;
}
</style>
background-color css
<style>
a { background-color: #772399; }
a { background-color: rgb(119,35,153); }
div.DivClassName
{
background-color: #772399;
}
.BgClassName
{
background-color: #772399;
}
</style>
border-color css
<style>
span { border-color: #772399; }
span { border-color: rgb(119,35,153); }
td.TdClassName
{
border-color: #772399;
}
.TagClassName
{
border-color: #772399;
}
</style>