Shades of Vivid Violet #76299C
Tints of Vivid Violet #76299C
RGB
CMYK
RGB Variations
Color information
#76299C (or 0x76299C) is known color: Vivid Violet. HEX triplet: 76, 29 and 9C. RGB value is (118,41,156). Sum of RGB (Red+Green+Blue) = 118+41+156=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #76299C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76299C is #89D663. Grayscale: #4C4C4C. Windows color (decimal): -9033316 or 10234230. OLE color: 10234230.
HSL color Cylindrical-coordinate representation of color #76299C: hue angle of 280.17º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76299C is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 41 | 156 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.39 |
| HSL | 280.17º | 0.58% | 0.39% | - |
| HSV(B) | 280.17º | 0.74% | 0.61% | - |
| XYZ | 14.26 | 7.84 | 32.21 | - |
| YUV | 77.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 156 | 0.24 | 0.74 | 0 | 0.39 | 280.17 | 0.58 | 0.39 |
| Hex | 76 | 29 | 9C | 18 | 4A | 0 | 27 | 118 | 3A | 27 |
| Octal | 166 | 51 | 234 | 30 | 112 | 0 | 47 | 430 | 72 | 47 |
| Binary | 1110110 | 101001 | 10011100 | 11000 | 1001010 | 0 | 100111 | 100011000 | 111010 | 100111 |
Color Harmonies of #76299C
Complementary color
Monochromatic Colors of #76299C
Black with #76299C
Text Example
Text Example
White with #76299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76299C; }
p { color: rgb(118,41,156); }
H1.HeaderClassName
{
color: #76299C;
}
.AnyTagClassName
{
color: #76299C;
}
</style>
background-color css
<style>
a { background-color: #76299C; }
a { background-color: rgb(118,41,156); }
div.DivClassName
{
background-color: #76299C;
}
.BgClassName
{
background-color: #76299C;
}
</style>
border-color css
<style>
span { border-color: #76299C; }
span { border-color: rgb(118,41,156); }
td.TdClassName
{
border-color: #76299C;
}
.TagClassName
{
border-color: #76299C;
}
</style>