Shades of Vivid Violet #76299B
Tints of Vivid Violet #76299B
RGB
CMYK
RGB Variations
Color information
#76299B (or 0x76299B) is known color: Vivid Violet. HEX triplet: 76, 29 and 9B. RGB value is (118,41,155). Sum of RGB (Red+Green+Blue) = 118+41+155=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #76299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76299B is #89D664. Grayscale: #4C4C4C. Windows color (decimal): -9033317 or 10168694. OLE color: 10168694.
HSL color Cylindrical-coordinate representation of color #76299B: hue angle of 280.53º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76299B is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 41 | 155 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.39 |
| HSL | 280.53º | 0.58% | 0.38% | - |
| HSV(B) | 280.53º | 0.74% | 0.61% | - |
| XYZ | 14.18 | 7.8 | 31.77 | - |
| YUV | 77.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 155 | 0.24 | 0.74 | 0 | 0.39 | 280.53 | 0.58 | 0.38 |
| Hex | 76 | 29 | 9B | 18 | 4A | 0 | 27 | 119 | 3A | 26 |
| Octal | 166 | 51 | 233 | 30 | 112 | 0 | 47 | 431 | 72 | 46 |
| Binary | 1110110 | 101001 | 10011011 | 11000 | 1001010 | 0 | 100111 | 100011001 | 111010 | 100110 |
Color Harmonies of #76299B
Complementary color
Monochromatic Colors of #76299B
Black with #76299B
Text Example
Text Example
White with #76299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76299B; }
p { color: rgb(118,41,155); }
H1.HeaderClassName
{
color: #76299B;
}
.AnyTagClassName
{
color: #76299B;
}
</style>
background-color css
<style>
a { background-color: #76299B; }
a { background-color: rgb(118,41,155); }
div.DivClassName
{
background-color: #76299B;
}
.BgClassName
{
background-color: #76299B;
}
</style>
border-color css
<style>
span { border-color: #76299B; }
span { border-color: rgb(118,41,155); }
td.TdClassName
{
border-color: #76299B;
}
.TagClassName
{
border-color: #76299B;
}
</style>