Shades of Vivid Violet #7E19AB
Tints of Vivid Violet #7E19AB
RGB
CMYK
RGB Variations
Color information
#7E19AB (or 0x7E19AB) is known color: Vivid Violet. HEX triplet: 7E, 19 and AB. RGB value is (126,25,171). Sum of RGB (Red+Green+Blue) = 126+25+171=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E19AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E19AB is #81E654. Grayscale: #474747. Windows color (decimal): -8513109 or 11213182. OLE color: 11213182.
HSL color Cylindrical-coordinate representation of color #7E19AB: hue angle of 281.51º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E19AB is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 25 | 171 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.33 |
| HSL | 281.51º | 0.74% | 0.38% | - |
| HSV(B) | 281.51º | 0.85% | 0.67% | - |
| XYZ | 16.3 | 8.07 | 39.23 | - |
| YUV | 71.84 | 183.96 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 171 | 0.26 | 0.85 | 0 | 0.33 | 281.51 | 0.74 | 0.38 |
| Hex | 7E | 19 | AB | 1A | 55 | 0 | 21 | 11A | 4A | 26 |
| Octal | 176 | 31 | 253 | 32 | 125 | 0 | 41 | 432 | 112 | 46 |
| Binary | 1111110 | 11001 | 10101011 | 11010 | 1010101 | 0 | 100001 | 100011010 | 1001010 | 100110 |
Color Harmonies of #7E19AB
Complementary color
Monochromatic Colors of #7E19AB
Black with #7E19AB
Text Example
Text Example
White with #7E19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E19AB; }
p { color: rgb(126,25,171); }
H1.HeaderClassName
{
color: #7E19AB;
}
.AnyTagClassName
{
color: #7E19AB;
}
</style>
background-color css
<style>
a { background-color: #7E19AB; }
a { background-color: rgb(126,25,171); }
div.DivClassName
{
background-color: #7E19AB;
}
.BgClassName
{
background-color: #7E19AB;
}
</style>
border-color css
<style>
span { border-color: #7E19AB; }
span { border-color: rgb(126,25,171); }
td.TdClassName
{
border-color: #7E19AB;
}
.TagClassName
{
border-color: #7E19AB;
}
</style>