Shades of Vivid Violet #7E4596
Tints of Vivid Violet #7E4596
RGB
CMYK
RGB Variations
Color information
#7E4596 (or 0x7E4596) is known color: Vivid Violet. HEX triplet: 7E, 45 and 96. RGB value is (126,69,150). Sum of RGB (Red+Green+Blue) = 126+69+150=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E4596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4596 is #81BA69. Grayscale: #5F5F5F. Windows color (decimal): -8501866 or 9848190. OLE color: 9848190.
HSL color Cylindrical-coordinate representation of color #7E4596: hue angle of 282.22º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E4596 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 69 | 150 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.41 |
| HSL | 282.22º | 0.37% | 0.43% | - |
| HSV(B) | 282.22º | 0.54% | 0.59% | - |
| XYZ | 16.24 | 10.89 | 30.1 | - |
| YUV | 95.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 69 | 150 | 0.16 | 0.54 | 0 | 0.41 | 282.22 | 0.37 | 0.43 |
| Hex | 7E | 45 | 96 | 10 | 36 | 0 | 29 | 11A | 25 | 2B |
| Octal | 176 | 105 | 226 | 20 | 66 | 0 | 51 | 432 | 45 | 53 |
| Binary | 1111110 | 1000101 | 10010110 | 10000 | 110110 | 0 | 101001 | 100011010 | 100101 | 101011 |
Color Harmonies of #7E4596
Complementary color
Monochromatic Colors of #7E4596
Black with #7E4596
Text Example
Text Example
White with #7E4596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4596; }
p { color: rgb(126,69,150); }
H1.HeaderClassName
{
color: #7E4596;
}
.AnyTagClassName
{
color: #7E4596;
}
</style>
background-color css
<style>
a { background-color: #7E4596; }
a { background-color: rgb(126,69,150); }
div.DivClassName
{
background-color: #7E4596;
}
.BgClassName
{
background-color: #7E4596;
}
</style>
border-color css
<style>
span { border-color: #7E4596; }
span { border-color: rgb(126,69,150); }
td.TdClassName
{
border-color: #7E4596;
}
.TagClassName
{
border-color: #7E4596;
}
</style>