Shades of Dark Violet #7E11AD
Tints of Dark Violet #7E11AD
RGB
CMYK
RGB Variations
Color information
#7E11AD (or 0x7E11AD) is known color: Dark Violet. HEX triplet: 7E, 11 and AD. RGB value is (126,17,173). Sum of RGB (Red+Green+Blue) = 126+17+173=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E11AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E11AD is #81EE52. Grayscale: #424242. Windows color (decimal): -8515155 or 11342206. OLE color: 11342206.
HSL color Cylindrical-coordinate representation of color #7E11AD: hue angle of 281.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E11AD is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 17 | 173 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.32 |
| HSL | 281.92º | 0.82% | 0.37% | - |
| HSV(B) | 281.92º | 0.9% | 0.68% | - |
| XYZ | 16.35 | 7.85 | 40.19 | - |
| YUV | 67.38 | 187.61 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 17 | 173 | 0.27 | 0.90 | 0 | 0.32 | 281.92 | 0.82 | 0.37 |
| Hex | 7E | 11 | AD | 1B | 5A | 0 | 20 | 11A | 52 | 25 |
| Octal | 176 | 21 | 255 | 33 | 132 | 0 | 40 | 432 | 122 | 45 |
| Binary | 1111110 | 10001 | 10101101 | 11011 | 1011010 | 0 | 100000 | 100011010 | 1010010 | 100101 |
Color Harmonies of #7E11AD
Complementary color
Monochromatic Colors of #7E11AD
Black with #7E11AD
Text Example
Text Example
White with #7E11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E11AD; }
p { color: rgb(126,17,173); }
H1.HeaderClassName
{
color: #7E11AD;
}
.AnyTagClassName
{
color: #7E11AD;
}
</style>
background-color css
<style>
a { background-color: #7E11AD; }
a { background-color: rgb(126,17,173); }
div.DivClassName
{
background-color: #7E11AD;
}
.BgClassName
{
background-color: #7E11AD;
}
</style>
border-color css
<style>
span { border-color: #7E11AD; }
span { border-color: rgb(126,17,173); }
td.TdClassName
{
border-color: #7E11AD;
}
.TagClassName
{
border-color: #7E11AD;
}
</style>