Shades of Vivid Violet #7E23AE
Tints of Vivid Violet #7E23AE
RGB
CMYK
RGB Variations
Color information
#7E23AE (or 0x7E23AE) is known color: Vivid Violet. HEX triplet: 7E, 23 and AE. RGB value is (126,35,174). Sum of RGB (Red+Green+Blue) = 126+35+174=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E23AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E23AE is #81DC51. Grayscale: #4D4D4D. Windows color (decimal): -8510546 or 11412350. OLE color: 11412350.
HSL color Cylindrical-coordinate representation of color #7E23AE: hue angle of 279.28º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E23AE is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 35 | 174 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.32 |
| HSL | 279.28º | 0.67% | 0.41% | - |
| HSV(B) | 279.28º | 0.8% | 0.68% | - |
| XYZ | 16.85 | 8.69 | 40.83 | - |
| YUV | 78.06 | 182.15 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 35 | 174 | 0.28 | 0.80 | 0 | 0.32 | 279.28 | 0.67 | 0.41 |
| Hex | 7E | 23 | AE | 1C | 50 | 0 | 20 | 117 | 43 | 29 |
| Octal | 176 | 43 | 256 | 34 | 120 | 0 | 40 | 427 | 103 | 51 |
| Binary | 1111110 | 100011 | 10101110 | 11100 | 1010000 | 0 | 100000 | 100010111 | 1000011 | 101001 |
Color Harmonies of #7E23AE
Complementary color
Monochromatic Colors of #7E23AE
Black with #7E23AE
Text Example
Text Example
White with #7E23AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E23AE; }
p { color: rgb(126,35,174); }
H1.HeaderClassName
{
color: #7E23AE;
}
.AnyTagClassName
{
color: #7E23AE;
}
</style>
background-color css
<style>
a { background-color: #7E23AE; }
a { background-color: rgb(126,35,174); }
div.DivClassName
{
background-color: #7E23AE;
}
.BgClassName
{
background-color: #7E23AE;
}
</style>
border-color css
<style>
span { border-color: #7E23AE; }
span { border-color: rgb(126,35,174); }
td.TdClassName
{
border-color: #7E23AE;
}
.TagClassName
{
border-color: #7E23AE;
}
</style>