Shades of Vivid Violet #7E24AD
Tints of Vivid Violet #7E24AD
RGB
CMYK
RGB Variations
Color information
#7E24AD (or 0x7E24AD) is known color: Vivid Violet. HEX triplet: 7E, 24 and AD. RGB value is (126,36,173). Sum of RGB (Red+Green+Blue) = 126+36+173=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E24AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E24AD is #81DB52. Grayscale: #4E4E4E. Windows color (decimal): -8510291 or 11347070. OLE color: 11347070.
HSL color Cylindrical-coordinate representation of color #7E24AD: hue angle of 279.42º 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 #7E24AD is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 36 | 173 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.32 |
| HSL | 279.42º | 0.66% | 0.41% | - |
| HSV(B) | 279.42º | 0.79% | 0.68% | - |
| XYZ | 16.78 | 8.71 | 40.33 | - |
| YUV | 78.53 | 181.32 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 36 | 173 | 0.27 | 0.79 | 0 | 0.32 | 279.42 | 0.66 | 0.41 |
| Hex | 7E | 24 | AD | 1B | 4F | 0 | 20 | 117 | 42 | 29 |
| Octal | 176 | 44 | 255 | 33 | 117 | 0 | 40 | 427 | 102 | 51 |
| Binary | 1111110 | 100100 | 10101101 | 11011 | 1001111 | 0 | 100000 | 100010111 | 1000010 | 101001 |
Color Harmonies of #7E24AD
Complementary color
Monochromatic Colors of #7E24AD
Black with #7E24AD
Text Example
Text Example
White with #7E24AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E24AD; }
p { color: rgb(126,36,173); }
H1.HeaderClassName
{
color: #7E24AD;
}
.AnyTagClassName
{
color: #7E24AD;
}
</style>
background-color css
<style>
a { background-color: #7E24AD; }
a { background-color: rgb(126,36,173); }
div.DivClassName
{
background-color: #7E24AD;
}
.BgClassName
{
background-color: #7E24AD;
}
</style>
border-color css
<style>
span { border-color: #7E24AD; }
span { border-color: rgb(126,36,173); }
td.TdClassName
{
border-color: #7E24AD;
}
.TagClassName
{
border-color: #7E24AD;
}
</style>