Shades of Vivid Violet #76199C
Tints of Vivid Violet #76199C
RGB
CMYK
RGB Variations
Color information
#76199C (or 0x76199C) is known color: Vivid Violet. HEX triplet: 76, 19 and 9C. RGB value is (118,25,156). Sum of RGB (Red+Green+Blue) = 118+25+156=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #76199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76199C is #89E663. Grayscale: #434343. Windows color (decimal): -9037412 or 10230134. OLE color: 10230134.
HSL color Cylindrical-coordinate representation of color #76199C: hue angle of 282.6º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76199C is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 25 | 156 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.39 |
| HSL | 282.6º | 0.72% | 0.35% | - |
| HSV(B) | 282.6º | 0.84% | 0.61% | - |
| XYZ | 13.82 | 6.95 | 32.07 | - |
| YUV | 67.74 | 177.81 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 156 | 0.24 | 0.84 | 0 | 0.39 | 282.6 | 0.72 | 0.35 |
| Hex | 76 | 19 | 9C | 18 | 54 | 0 | 27 | 11B | 48 | 23 |
| Octal | 166 | 31 | 234 | 30 | 124 | 0 | 47 | 433 | 110 | 43 |
| Binary | 1110110 | 11001 | 10011100 | 11000 | 1010100 | 0 | 100111 | 100011011 | 1001000 | 100011 |
Color Harmonies of #76199C
Complementary color
Monochromatic Colors of #76199C
Black with #76199C
Text Example
Text Example
White with #76199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76199C; }
p { color: rgb(118,25,156); }
H1.HeaderClassName
{
color: #76199C;
}
.AnyTagClassName
{
color: #76199C;
}
</style>
background-color css
<style>
a { background-color: #76199C; }
a { background-color: rgb(118,25,156); }
div.DivClassName
{
background-color: #76199C;
}
.BgClassName
{
background-color: #76199C;
}
</style>
border-color css
<style>
span { border-color: #76199C; }
span { border-color: rgb(118,25,156); }
td.TdClassName
{
border-color: #76199C;
}
.TagClassName
{
border-color: #76199C;
}
</style>