Shades of Vivid Violet #772C9F
Tints of Vivid Violet #772C9F
RGB
CMYK
RGB Variations
Color information
#772C9F (or 0x772C9F) is known color: Vivid Violet. HEX triplet: 77, 2C and 9F. RGB value is (119,44,159). Sum of RGB (Red+Green+Blue) = 119+44+159=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #772C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772C9F is #88D360. Grayscale: #4F4F4F. Windows color (decimal): -8967009 or 10431607. OLE color: 10431607.
HSL color Cylindrical-coordinate representation of color #772C9F: hue angle of 279.13º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772C9F is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 44 | 159 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.38 |
| HSL | 279.13º | 0.57% | 0.4% | - |
| HSV(B) | 279.13º | 0.72% | 0.62% | - |
| XYZ | 14.77 | 8.23 | 33.61 | - |
| YUV | 79.54 | 172.85 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 159 | 0.25 | 0.72 | 0 | 0.38 | 279.13 | 0.57 | 0.4 |
| Hex | 77 | 2C | 9F | 19 | 48 | 0 | 26 | 117 | 39 | 28 |
| Octal | 167 | 54 | 237 | 31 | 110 | 0 | 46 | 427 | 71 | 50 |
| Binary | 1110111 | 101100 | 10011111 | 11001 | 1001000 | 0 | 100110 | 100010111 | 111001 | 101000 |
Color Harmonies of #772C9F
Complementary color
Monochromatic Colors of #772C9F
Black with #772C9F
Text Example
Text Example
White with #772C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C9F; }
p { color: rgb(119,44,159); }
H1.HeaderClassName
{
color: #772C9F;
}
.AnyTagClassName
{
color: #772C9F;
}
</style>
background-color css
<style>
a { background-color: #772C9F; }
a { background-color: rgb(119,44,159); }
div.DivClassName
{
background-color: #772C9F;
}
.BgClassName
{
background-color: #772C9F;
}
</style>
border-color css
<style>
span { border-color: #772C9F; }
span { border-color: rgb(119,44,159); }
td.TdClassName
{
border-color: #772C9F;
}
.TagClassName
{
border-color: #772C9F;
}
</style>