Shades of Vivid Violet #76298E
Tints of Vivid Violet #76298E
RGB
CMYK
RGB Variations
Color information
#76298E (or 0x76298E) is known color: Vivid Violet. HEX triplet: 76, 29 and 8E. RGB value is (118,41,142). Sum of RGB (Red+Green+Blue) = 118+41+142=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #76298E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76298E is #89D671. Grayscale: #4B4B4B. Windows color (decimal): -9033330 or 9316726. OLE color: 9316726.
HSL color Cylindrical-coordinate representation of color #76298E: hue angle of 285.74º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76298E is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 41 | 142 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.44 |
| HSL | 285.74º | 0.55% | 0.36% | - |
| HSV(B) | 285.74º | 0.71% | 0.56% | - |
| XYZ | 13.15 | 7.39 | 26.32 | - |
| YUV | 75.54 | 165.51 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 142 | 0.17 | 0.71 | 0 | 0.44 | 285.74 | 0.55 | 0.36 |
| Hex | 76 | 29 | 8E | 11 | 47 | 0 | 2C | 11E | 37 | 24 |
| Octal | 166 | 51 | 216 | 21 | 107 | 0 | 54 | 436 | 67 | 44 |
| Binary | 1110110 | 101001 | 10001110 | 10001 | 1000111 | 0 | 101100 | 100011110 | 110111 | 100100 |
Color Harmonies of #76298E
Complementary color
Monochromatic Colors of #76298E
Black with #76298E
Text Example
Text Example
White with #76298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76298E; }
p { color: rgb(118,41,142); }
H1.HeaderClassName
{
color: #76298E;
}
.AnyTagClassName
{
color: #76298E;
}
</style>
background-color css
<style>
a { background-color: #76298E; }
a { background-color: rgb(118,41,142); }
div.DivClassName
{
background-color: #76298E;
}
.BgClassName
{
background-color: #76298E;
}
</style>
border-color css
<style>
span { border-color: #76298E; }
span { border-color: rgb(118,41,142); }
td.TdClassName
{
border-color: #76298E;
}
.TagClassName
{
border-color: #76298E;
}
</style>