Shades of Vivid Violet #7E29AB
Tints of Vivid Violet #7E29AB
RGB
CMYK
RGB Variations
Color information
#7E29AB (or 0x7E29AB) is known color: Vivid Violet. HEX triplet: 7E, 29 and AB. RGB value is (126,41,171). Sum of RGB (Red+Green+Blue) = 126+41+171=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E29AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E29AB is #81D654. Grayscale: #505050. Windows color (decimal): -8509013 or 11217278. OLE color: 11217278.
HSL color Cylindrical-coordinate representation of color #7E29AB: hue angle of 279.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E29AB is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 41 | 171 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.33 |
| HSL | 279.23º | 0.61% | 0.42% | - |
| HSV(B) | 279.23º | 0.76% | 0.67% | - |
| XYZ | 16.75 | 8.96 | 39.38 | - |
| YUV | 81.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 41 | 171 | 0.26 | 0.76 | 0 | 0.33 | 279.23 | 0.61 | 0.42 |
| Hex | 7E | 29 | AB | 1A | 4C | 0 | 21 | 117 | 3D | 2A |
| Octal | 176 | 51 | 253 | 32 | 114 | 0 | 41 | 427 | 75 | 52 |
| Binary | 1111110 | 101001 | 10101011 | 11010 | 1001100 | 0 | 100001 | 100010111 | 111101 | 101010 |
Color Harmonies of #7E29AB
Complementary color
Monochromatic Colors of #7E29AB
Black with #7E29AB
Text Example
Text Example
White with #7E29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E29AB; }
p { color: rgb(126,41,171); }
H1.HeaderClassName
{
color: #7E29AB;
}
.AnyTagClassName
{
color: #7E29AB;
}
</style>
background-color css
<style>
a { background-color: #7E29AB; }
a { background-color: rgb(126,41,171); }
div.DivClassName
{
background-color: #7E29AB;
}
.BgClassName
{
background-color: #7E29AB;
}
</style>
border-color css
<style>
span { border-color: #7E29AB; }
span { border-color: rgb(126,41,171); }
td.TdClassName
{
border-color: #7E29AB;
}
.TagClassName
{
border-color: #7E29AB;
}
</style>