Shades of Vivid Violet #7E2EAA
Tints of Vivid Violet #7E2EAA
RGB
CMYK
RGB Variations
Color information
#7E2EAA (or 0x7E2EAA) is known color: Vivid Violet. HEX triplet: 7E, 2E and AA. RGB value is (126,46,170). Sum of RGB (Red+Green+Blue) = 126+46+170=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E2EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2EAA is #81D155. Grayscale: #535353. Windows color (decimal): -8507734 or 11153022. OLE color: 11153022.
HSL color Cylindrical-coordinate representation of color #7E2EAA: hue angle of 278.71º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E2EAA is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 46 | 170 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.33 |
| HSL | 278.71º | 0.57% | 0.42% | - |
| HSV(B) | 278.71º | 0.73% | 0.67% | - |
| XYZ | 16.84 | 9.29 | 38.94 | - |
| YUV | 84.06 | 176.5 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 46 | 170 | 0.26 | 0.73 | 0 | 0.33 | 278.71 | 0.57 | 0.42 |
| Hex | 7E | 2E | AA | 1A | 49 | 0 | 21 | 117 | 39 | 2A |
| Octal | 176 | 56 | 252 | 32 | 111 | 0 | 41 | 427 | 71 | 52 |
| Binary | 1111110 | 101110 | 10101010 | 11010 | 1001001 | 0 | 100001 | 100010111 | 111001 | 101010 |
Color Harmonies of #7E2EAA
Complementary color
Monochromatic Colors of #7E2EAA
Black with #7E2EAA
Text Example
Text Example
White with #7E2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2EAA; }
p { color: rgb(126,46,170); }
H1.HeaderClassName
{
color: #7E2EAA;
}
.AnyTagClassName
{
color: #7E2EAA;
}
</style>
background-color css
<style>
a { background-color: #7E2EAA; }
a { background-color: rgb(126,46,170); }
div.DivClassName
{
background-color: #7E2EAA;
}
.BgClassName
{
background-color: #7E2EAA;
}
</style>
border-color css
<style>
span { border-color: #7E2EAA; }
span { border-color: rgb(126,46,170); }
td.TdClassName
{
border-color: #7E2EAA;
}
.TagClassName
{
border-color: #7E2EAA;
}
</style>