Shades of Vivid Violet #7E1DAB
Tints of Vivid Violet #7E1DAB
RGB
CMYK
RGB Variations
Color information
#7E1DAB (or 0x7E1DAB) is known color: Vivid Violet. HEX triplet: 7E, 1D and AB. RGB value is (126,29,171). Sum of RGB (Red+Green+Blue) = 126+29+171=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E1DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1DAB is #81E254. Grayscale: #494949. Windows color (decimal): -8512085 or 11214206. OLE color: 11214206.
HSL color Cylindrical-coordinate representation of color #7E1DAB: hue angle of 280.99º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E1DAB is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 29 | 171 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.33 |
| HSL | 280.99º | 0.71% | 0.39% | - |
| HSV(B) | 280.99º | 0.83% | 0.67% | - |
| XYZ | 16.39 | 8.25 | 39.26 | - |
| YUV | 74.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 29 | 171 | 0.26 | 0.83 | 0 | 0.33 | 280.99 | 0.71 | 0.39 |
| Hex | 7E | 1D | AB | 1A | 53 | 0 | 21 | 119 | 47 | 27 |
| Octal | 176 | 35 | 253 | 32 | 123 | 0 | 41 | 431 | 107 | 47 |
| Binary | 1111110 | 11101 | 10101011 | 11010 | 1010011 | 0 | 100001 | 100011001 | 1000111 | 100111 |
Color Harmonies of #7E1DAB
Complementary color
Monochromatic Colors of #7E1DAB
Black with #7E1DAB
Text Example
Text Example
White with #7E1DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1DAB; }
p { color: rgb(126,29,171); }
H1.HeaderClassName
{
color: #7E1DAB;
}
.AnyTagClassName
{
color: #7E1DAB;
}
</style>
background-color css
<style>
a { background-color: #7E1DAB; }
a { background-color: rgb(126,29,171); }
div.DivClassName
{
background-color: #7E1DAB;
}
.BgClassName
{
background-color: #7E1DAB;
}
</style>
border-color css
<style>
span { border-color: #7E1DAB; }
span { border-color: rgb(126,29,171); }
td.TdClassName
{
border-color: #7E1DAB;
}
.TagClassName
{
border-color: #7E1DAB;
}
</style>