Shades of Vivid Violet #7E24AE
Tints of Vivid Violet #7E24AE
RGB
CMYK
RGB Variations
Color information
#7E24AE (or 0x7E24AE) is known color: Vivid Violet. HEX triplet: 7E, 24 and AE. RGB value is (126,36,174). Sum of RGB (Red+Green+Blue) = 126+36+174=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E24AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E24AE is #81DB51. Grayscale: #4E4E4E. Windows color (decimal): -8510290 or 11412606. OLE color: 11412606.
HSL color Cylindrical-coordinate representation of color #7E24AE: hue angle of 279.13º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E24AE is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 36 | 174 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.32 |
| HSL | 279.13º | 0.66% | 0.41% | - |
| HSV(B) | 279.13º | 0.79% | 0.68% | - |
| XYZ | 16.88 | 8.75 | 40.84 | - |
| YUV | 78.64 | 181.82 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 36 | 174 | 0.28 | 0.79 | 0 | 0.32 | 279.13 | 0.66 | 0.41 |
| Hex | 7E | 24 | AE | 1C | 4F | 0 | 20 | 117 | 42 | 29 |
| Octal | 176 | 44 | 256 | 34 | 117 | 0 | 40 | 427 | 102 | 51 |
| Binary | 1111110 | 100100 | 10101110 | 11100 | 1001111 | 0 | 100000 | 100010111 | 1000010 | 101001 |
Color Harmonies of #7E24AE
Complementary color
Monochromatic Colors of #7E24AE
Black with #7E24AE
Text Example
Text Example
White with #7E24AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E24AE; }
p { color: rgb(126,36,174); }
H1.HeaderClassName
{
color: #7E24AE;
}
.AnyTagClassName
{
color: #7E24AE;
}
</style>
background-color css
<style>
a { background-color: #7E24AE; }
a { background-color: rgb(126,36,174); }
div.DivClassName
{
background-color: #7E24AE;
}
.BgClassName
{
background-color: #7E24AE;
}
</style>
border-color css
<style>
span { border-color: #7E24AE; }
span { border-color: rgb(126,36,174); }
td.TdClassName
{
border-color: #7E24AE;
}
.TagClassName
{
border-color: #7E24AE;
}
</style>