Shades of Vivid Violet #7E1BAE
Tints of Vivid Violet #7E1BAE
RGB
CMYK
RGB Variations
Color information
#7E1BAE (or 0x7E1BAE) is known color: Vivid Violet. HEX triplet: 7E, 1B and AE. RGB value is (126,27,174). Sum of RGB (Red+Green+Blue) = 126+27+174=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E1BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1BAE is #81E451. Grayscale: #484848. Windows color (decimal): -8512594 or 11410302. OLE color: 11410302.
HSL color Cylindrical-coordinate representation of color #7E1BAE: hue angle of 280.41º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E1BAE is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 27 | 174 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.32 |
| HSL | 280.41º | 0.73% | 0.39% | - |
| HSV(B) | 280.41º | 0.84% | 0.68% | - |
| XYZ | 16.64 | 8.28 | 40.76 | - |
| YUV | 73.36 | 184.8 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 27 | 174 | 0.28 | 0.84 | 0 | 0.32 | 280.41 | 0.73 | 0.39 |
| Hex | 7E | 1B | AE | 1C | 54 | 0 | 20 | 118 | 49 | 27 |
| Octal | 176 | 33 | 256 | 34 | 124 | 0 | 40 | 430 | 111 | 47 |
| Binary | 1111110 | 11011 | 10101110 | 11100 | 1010100 | 0 | 100000 | 100011000 | 1001001 | 100111 |
Color Harmonies of #7E1BAE
Complementary color
Monochromatic Colors of #7E1BAE
Black with #7E1BAE
Text Example
Text Example
White with #7E1BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1BAE; }
p { color: rgb(126,27,174); }
H1.HeaderClassName
{
color: #7E1BAE;
}
.AnyTagClassName
{
color: #7E1BAE;
}
</style>
background-color css
<style>
a { background-color: #7E1BAE; }
a { background-color: rgb(126,27,174); }
div.DivClassName
{
background-color: #7E1BAE;
}
.BgClassName
{
background-color: #7E1BAE;
}
</style>
border-color css
<style>
span { border-color: #7E1BAE; }
span { border-color: rgb(126,27,174); }
td.TdClassName
{
border-color: #7E1BAE;
}
.TagClassName
{
border-color: #7E1BAE;
}
</style>