Shades of Vivid Violet #77299A
Tints of Vivid Violet #77299A
RGB
CMYK
RGB Variations
Color information
#77299A (or 0x77299A) is known color: Vivid Violet. HEX triplet: 77, 29 and 9A. RGB value is (119,41,154). Sum of RGB (Red+Green+Blue) = 119+41+154=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #77299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77299A is #88D665. Grayscale: #4C4C4C. Windows color (decimal): -8967782 or 10103159. OLE color: 10103159.
HSL color Cylindrical-coordinate representation of color #77299A: hue angle of 281.42º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77299A is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 41 | 154 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.40 |
| HSL | 281.42º | 0.58% | 0.38% | - |
| HSV(B) | 281.42º | 0.73% | 0.6% | - |
| XYZ | 14.23 | 7.84 | 31.34 | - |
| YUV | 77.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 154 | 0.23 | 0.73 | 0 | 0.40 | 281.42 | 0.58 | 0.38 |
| Hex | 77 | 29 | 9A | 17 | 49 | 0 | 28 | 119 | 3A | 26 |
| Octal | 167 | 51 | 232 | 27 | 111 | 0 | 50 | 431 | 72 | 46 |
| Binary | 1110111 | 101001 | 10011010 | 10111 | 1001001 | 0 | 101000 | 100011001 | 111010 | 100110 |
Color Harmonies of #77299A
Complementary color
Monochromatic Colors of #77299A
Black with #77299A
Text Example
Text Example
White with #77299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77299A; }
p { color: rgb(119,41,154); }
H1.HeaderClassName
{
color: #77299A;
}
.AnyTagClassName
{
color: #77299A;
}
</style>
background-color css
<style>
a { background-color: #77299A; }
a { background-color: rgb(119,41,154); }
div.DivClassName
{
background-color: #77299A;
}
.BgClassName
{
background-color: #77299A;
}
</style>
border-color css
<style>
span { border-color: #77299A; }
span { border-color: rgb(119,41,154); }
td.TdClassName
{
border-color: #77299A;
}
.TagClassName
{
border-color: #77299A;
}
</style>