Shades of Vivid Violet #7E3696
Tints of Vivid Violet #7E3696
RGB
CMYK
RGB Variations
Color information
#7E3696 (or 0x7E3696) is known color: Vivid Violet. HEX triplet: 7E, 36 and 96. RGB value is (126,54,150). Sum of RGB (Red+Green+Blue) = 126+54+150=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E3696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3696 is #81C969. Grayscale: #565656. Windows color (decimal): -8505706 or 9844350. OLE color: 9844350.
HSL color Cylindrical-coordinate representation of color #7E3696: hue angle of 285º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E3696 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 54 | 150 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.41 |
| HSL | 285º | 0.47% | 0.4% | - |
| HSV(B) | 285º | 0.64% | 0.59% | - |
| XYZ | 15.43 | 9.28 | 29.83 | - |
| YUV | 86.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 150 | 0.16 | 0.64 | 0 | 0.41 | 285 | 0.47 | 0.4 |
| Hex | 7E | 36 | 96 | 10 | 40 | 0 | 29 | 11D | 2F | 28 |
| Octal | 176 | 66 | 226 | 20 | 100 | 0 | 51 | 435 | 57 | 50 |
| Binary | 1111110 | 110110 | 10010110 | 10000 | 1000000 | 0 | 101001 | 100011101 | 101111 | 101000 |
Color Harmonies of #7E3696
Complementary color
Monochromatic Colors of #7E3696
Black with #7E3696
Text Example
Text Example
White with #7E3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3696; }
p { color: rgb(126,54,150); }
H1.HeaderClassName
{
color: #7E3696;
}
.AnyTagClassName
{
color: #7E3696;
}
</style>
background-color css
<style>
a { background-color: #7E3696; }
a { background-color: rgb(126,54,150); }
div.DivClassName
{
background-color: #7E3696;
}
.BgClassName
{
background-color: #7E3696;
}
</style>
border-color css
<style>
span { border-color: #7E3696; }
span { border-color: rgb(126,54,150); }
td.TdClassName
{
border-color: #7E3696;
}
.TagClassName
{
border-color: #7E3696;
}
</style>