Shades of Vivid Violet #76149C
Tints of Vivid Violet #76149C
RGB
CMYK
RGB Variations
Color information
#76149C (or 0x76149C) is known color: Vivid Violet. HEX triplet: 76, 14 and 9C. RGB value is (118,20,156). Sum of RGB (Red+Green+Blue) = 118+20+156=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #76149C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76149C is #89EB63. Grayscale: #404040. Windows color (decimal): -9038692 or 10228854. OLE color: 10228854.
HSL color Cylindrical-coordinate representation of color #76149C: hue angle of 283.24º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76149C is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 20 | 156 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.39 |
| HSL | 283.24º | 0.77% | 0.35% | - |
| HSV(B) | 283.24º | 0.87% | 0.61% | - |
| XYZ | 13.72 | 6.75 | 32.03 | - |
| YUV | 64.81 | 179.47 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 156 | 0.24 | 0.87 | 0 | 0.39 | 283.24 | 0.77 | 0.35 |
| Hex | 76 | 14 | 9C | 18 | 57 | 0 | 27 | 11B | 4D | 23 |
| Octal | 166 | 24 | 234 | 30 | 127 | 0 | 47 | 433 | 115 | 43 |
| Binary | 1110110 | 10100 | 10011100 | 11000 | 1010111 | 0 | 100111 | 100011011 | 1001101 | 100011 |
Color Harmonies of #76149C
Complementary color
Monochromatic Colors of #76149C
Black with #76149C
Text Example
Text Example
White with #76149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76149C; }
p { color: rgb(118,20,156); }
H1.HeaderClassName
{
color: #76149C;
}
.AnyTagClassName
{
color: #76149C;
}
</style>
background-color css
<style>
a { background-color: #76149C; }
a { background-color: rgb(118,20,156); }
div.DivClassName
{
background-color: #76149C;
}
.BgClassName
{
background-color: #76149C;
}
</style>
border-color css
<style>
span { border-color: #76149C; }
span { border-color: rgb(118,20,156); }
td.TdClassName
{
border-color: #76149C;
}
.TagClassName
{
border-color: #76149C;
}
</style>