Shades of Vivid Violet #7E19AE
Tints of Vivid Violet #7E19AE
RGB
CMYK
RGB Variations
Color information
#7E19AE (or 0x7E19AE) is known color: Vivid Violet. HEX triplet: 7E, 19 and AE. RGB value is (126,25,174). Sum of RGB (Red+Green+Blue) = 126+25+174=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E19AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E19AE is #81E651. Grayscale: #474747. Windows color (decimal): -8513106 or 11409790. OLE color: 11409790.
HSL color Cylindrical-coordinate representation of color #7E19AE: hue angle of 280.67º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E19AE is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 25 | 174 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.32 |
| HSL | 280.67º | 0.75% | 0.39% | - |
| HSV(B) | 280.67º | 0.86% | 0.68% | - |
| XYZ | 16.59 | 8.19 | 40.75 | - |
| YUV | 72.19 | 185.46 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 174 | 0.28 | 0.86 | 0 | 0.32 | 280.67 | 0.75 | 0.39 |
| Hex | 7E | 19 | AE | 1C | 56 | 0 | 20 | 119 | 4B | 27 |
| Octal | 176 | 31 | 256 | 34 | 126 | 0 | 40 | 431 | 113 | 47 |
| Binary | 1111110 | 11001 | 10101110 | 11100 | 1010110 | 0 | 100000 | 100011001 | 1001011 | 100111 |
Color Harmonies of #7E19AE
Complementary color
Monochromatic Colors of #7E19AE
Black with #7E19AE
Text Example
Text Example
White with #7E19AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E19AE; }
p { color: rgb(126,25,174); }
H1.HeaderClassName
{
color: #7E19AE;
}
.AnyTagClassName
{
color: #7E19AE;
}
</style>
background-color css
<style>
a { background-color: #7E19AE; }
a { background-color: rgb(126,25,174); }
div.DivClassName
{
background-color: #7E19AE;
}
.BgClassName
{
background-color: #7E19AE;
}
</style>
border-color css
<style>
span { border-color: #7E19AE; }
span { border-color: rgb(126,25,174); }
td.TdClassName
{
border-color: #7E19AE;
}
.TagClassName
{
border-color: #7E19AE;
}
</style>