Shades of Vivid Violet #77299F
Tints of Vivid Violet #77299F
RGB
CMYK
RGB Variations
Color information
#77299F (or 0x77299F) is known color: Vivid Violet. HEX triplet: 77, 29 and 9F. RGB value is (119,41,159). Sum of RGB (Red+Green+Blue) = 119+41+159=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #77299F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77299F is #88D660. Grayscale: #4D4D4D. Windows color (decimal): -8967777 or 10430839. OLE color: 10430839.
HSL color Cylindrical-coordinate representation of color #77299F: hue angle of 279.66º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77299F is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 41 | 159 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.38 |
| HSL | 279.66º | 0.59% | 0.39% | - |
| HSV(B) | 279.66º | 0.74% | 0.62% | - |
| XYZ | 14.66 | 8.01 | 33.57 | - |
| YUV | 77.77 | 173.84 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 159 | 0.25 | 0.74 | 0 | 0.38 | 279.66 | 0.59 | 0.39 |
| Hex | 77 | 29 | 9F | 19 | 4A | 0 | 26 | 118 | 3B | 27 |
| Octal | 167 | 51 | 237 | 31 | 112 | 0 | 46 | 430 | 73 | 47 |
| Binary | 1110111 | 101001 | 10011111 | 11001 | 1001010 | 0 | 100110 | 100011000 | 111011 | 100111 |
Color Harmonies of #77299F
Complementary color
Monochromatic Colors of #77299F
Black with #77299F
Text Example
Text Example
White with #77299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77299F; }
p { color: rgb(119,41,159); }
H1.HeaderClassName
{
color: #77299F;
}
.AnyTagClassName
{
color: #77299F;
}
</style>
background-color css
<style>
a { background-color: #77299F; }
a { background-color: rgb(119,41,159); }
div.DivClassName
{
background-color: #77299F;
}
.BgClassName
{
background-color: #77299F;
}
</style>
border-color css
<style>
span { border-color: #77299F; }
span { border-color: rgb(119,41,159); }
td.TdClassName
{
border-color: #77299F;
}
.TagClassName
{
border-color: #77299F;
}
</style>