Shades of Vivid Violet #76408A
Tints of Vivid Violet #76408A
RGB
CMYK
RGB Variations
Color information
#76408A (or 0x76408A) is known color: Vivid Violet. HEX triplet: 76, 40 and 8A. RGB value is (118,64,138). Sum of RGB (Red+Green+Blue) = 118+64+138=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #76408A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76408A is #89BF75. Grayscale: #585858. Windows color (decimal): -9027446 or 9060470. OLE color: 9060470.
HSL color Cylindrical-coordinate representation of color #76408A: hue angle of 283.78º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76408A is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 64 | 138 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.46 |
| HSL | 283.78º | 0.37% | 0.4% | - |
| HSV(B) | 283.78º | 0.54% | 0.54% | - |
| XYZ | 13.89 | 9.35 | 25.12 | - |
| YUV | 88.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 138 | 0.14 | 0.54 | 0 | 0.46 | 283.78 | 0.37 | 0.4 |
| Hex | 76 | 40 | 8A | E | 36 | 0 | 2E | 11C | 25 | 28 |
| Octal | 166 | 100 | 212 | 16 | 66 | 0 | 56 | 434 | 45 | 50 |
| Binary | 1110110 | 1000000 | 10001010 | 1110 | 110110 | 0 | 101110 | 100011100 | 100101 | 101000 |
Color Harmonies of #76408A
Complementary color
Monochromatic Colors of #76408A
Black with #76408A
Text Example
Text Example
White with #76408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76408A; }
p { color: rgb(118,64,138); }
H1.HeaderClassName
{
color: #76408A;
}
.AnyTagClassName
{
color: #76408A;
}
</style>
background-color css
<style>
a { background-color: #76408A; }
a { background-color: rgb(118,64,138); }
div.DivClassName
{
background-color: #76408A;
}
.BgClassName
{
background-color: #76408A;
}
</style>
border-color css
<style>
span { border-color: #76408A; }
span { border-color: rgb(118,64,138); }
td.TdClassName
{
border-color: #76408A;
}
.TagClassName
{
border-color: #76408A;
}
</style>