Shades of Vivid Violet #76209E
Tints of Vivid Violet #76209E
RGB
CMYK
RGB Variations
Color information
#76209E (or 0x76209E) is known color: Vivid Violet. HEX triplet: 76, 20 and 9E. RGB value is (118,32,158). Sum of RGB (Red+Green+Blue) = 118+32+158=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #76209E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76209E is #89DF61. Grayscale: #474747. Windows color (decimal): -9035618 or 10362998. OLE color: 10362998.
HSL color Cylindrical-coordinate representation of color #76209E: hue angle of 280.95º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76209E is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 32 | 158 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.38 |
| HSL | 280.95º | 0.66% | 0.37% | - |
| HSV(B) | 280.95º | 0.8% | 0.62% | - |
| XYZ | 14.16 | 7.35 | 33.02 | - |
| YUV | 72.08 | 176.49 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 158 | 0.25 | 0.80 | 0 | 0.38 | 280.95 | 0.66 | 0.37 |
| Hex | 76 | 20 | 9E | 19 | 50 | 0 | 26 | 119 | 42 | 25 |
| Octal | 166 | 40 | 236 | 31 | 120 | 0 | 46 | 431 | 102 | 45 |
| Binary | 1110110 | 100000 | 10011110 | 11001 | 1010000 | 0 | 100110 | 100011001 | 1000010 | 100101 |
Color Harmonies of #76209E
Complementary color
Monochromatic Colors of #76209E
Black with #76209E
Text Example
Text Example
White with #76209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76209E; }
p { color: rgb(118,32,158); }
H1.HeaderClassName
{
color: #76209E;
}
.AnyTagClassName
{
color: #76209E;
}
</style>
background-color css
<style>
a { background-color: #76209E; }
a { background-color: rgb(118,32,158); }
div.DivClassName
{
background-color: #76209E;
}
.BgClassName
{
background-color: #76209E;
}
</style>
border-color css
<style>
span { border-color: #76209E; }
span { border-color: rgb(118,32,158); }
td.TdClassName
{
border-color: #76209E;
}
.TagClassName
{
border-color: #76209E;
}
</style>