Shades of Vivid Violet #7E2DAB
Tints of Vivid Violet #7E2DAB
RGB
CMYK
RGB Variations
Color information
#7E2DAB (or 0x7E2DAB) is known color: Vivid Violet. HEX triplet: 7E, 2D and AB. RGB value is (126,45,171). Sum of RGB (Red+Green+Blue) = 126+45+171=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E2DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2DAB is #81D254. Grayscale: #535353. Windows color (decimal): -8507989 or 11218302. OLE color: 11218302.
HSL color Cylindrical-coordinate representation of color #7E2DAB: hue angle of 278.57º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E2DAB is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 45 | 171 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.33 |
| HSL | 278.57º | 0.58% | 0.42% | - |
| HSV(B) | 278.57º | 0.74% | 0.67% | - |
| XYZ | 16.89 | 9.25 | 39.42 | - |
| YUV | 83.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 45 | 171 | 0.26 | 0.74 | 0 | 0.33 | 278.57 | 0.58 | 0.42 |
| Hex | 7E | 2D | AB | 1A | 4A | 0 | 21 | 117 | 3A | 2A |
| Octal | 176 | 55 | 253 | 32 | 112 | 0 | 41 | 427 | 72 | 52 |
| Binary | 1111110 | 101101 | 10101011 | 11010 | 1001010 | 0 | 100001 | 100010111 | 111010 | 101010 |
Color Harmonies of #7E2DAB
Complementary color
Monochromatic Colors of #7E2DAB
Black with #7E2DAB
Text Example
Text Example
White with #7E2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2DAB; }
p { color: rgb(126,45,171); }
H1.HeaderClassName
{
color: #7E2DAB;
}
.AnyTagClassName
{
color: #7E2DAB;
}
</style>
background-color css
<style>
a { background-color: #7E2DAB; }
a { background-color: rgb(126,45,171); }
div.DivClassName
{
background-color: #7E2DAB;
}
.BgClassName
{
background-color: #7E2DAB;
}
</style>
border-color css
<style>
span { border-color: #7E2DAB; }
span { border-color: rgb(126,45,171); }
td.TdClassName
{
border-color: #7E2DAB;
}
.TagClassName
{
border-color: #7E2DAB;
}
</style>