Shades of Vivid Violet #76149D
Tints of Vivid Violet #76149D
RGB
CMYK
RGB Variations
Color information
#76149D (or 0x76149D) is known color: Vivid Violet. HEX triplet: 76, 14 and 9D. RGB value is (118,20,157). Sum of RGB (Red+Green+Blue) = 118+20+157=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #76149D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76149D is #89EB62. Grayscale: #404040. Windows color (decimal): -9038691 or 10294390. OLE color: 10294390.
HSL color Cylindrical-coordinate representation of color #76149D: hue angle of 282.92º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76149D is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 20 | 157 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.38 |
| HSL | 282.92º | 0.77% | 0.35% | - |
| HSV(B) | 282.92º | 0.87% | 0.62% | - |
| XYZ | 13.81 | 6.79 | 32.48 | - |
| YUV | 64.92 | 179.97 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 157 | 0.25 | 0.87 | 0 | 0.38 | 282.92 | 0.77 | 0.35 |
| Hex | 76 | 14 | 9D | 19 | 57 | 0 | 26 | 11B | 4D | 23 |
| Octal | 166 | 24 | 235 | 31 | 127 | 0 | 46 | 433 | 115 | 43 |
| Binary | 1110110 | 10100 | 10011101 | 11001 | 1010111 | 0 | 100110 | 100011011 | 1001101 | 100011 |
Color Harmonies of #76149D
Complementary color
Monochromatic Colors of #76149D
Black with #76149D
Text Example
Text Example
White with #76149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76149D; }
p { color: rgb(118,20,157); }
H1.HeaderClassName
{
color: #76149D;
}
.AnyTagClassName
{
color: #76149D;
}
</style>
background-color css
<style>
a { background-color: #76149D; }
a { background-color: rgb(118,20,157); }
div.DivClassName
{
background-color: #76149D;
}
.BgClassName
{
background-color: #76149D;
}
</style>
border-color css
<style>
span { border-color: #76149D; }
span { border-color: rgb(118,20,157); }
td.TdClassName
{
border-color: #76149D;
}
.TagClassName
{
border-color: #76149D;
}
</style>