Shades of Dark Magenta #7E019A
Tints of Dark Magenta #7E019A
RGB
CMYK
RGB Variations
Color information
#7E019A (or 0x7E019A) is known color: Dark Magenta. HEX triplet: 7E, 01 and 9A. RGB value is (126,1,154). Sum of RGB (Red+Green+Blue) = 126+1+154=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #7E019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E019A is #81FE65. Grayscale: #373737. Windows color (decimal): -8519270 or 10092926. OLE color: 10092926.
HSL color Cylindrical-coordinate representation of color #7E019A: hue angle of 289.02º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E019A is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 1 | 154 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.40 |
| HSL | 289.02º | 0.99% | 0.3% | - |
| HSV(B) | 289.02º | 0.99% | 0.6% | - |
| XYZ | 14.45 | 6.79 | 31.12 | - |
| YUV | 55.82 | 183.41 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 1 | 154 | 0.18 | 0.99 | 0 | 0.40 | 289.02 | 0.99 | 0.3 |
| Hex | 7E | 1 | 9A | 12 | 63 | 0 | 28 | 121 | 63 | 1E |
| Octal | 176 | 1 | 232 | 22 | 143 | 0 | 50 | 441 | 143 | 36 |
| Binary | 1111110 | 1 | 10011010 | 10010 | 1100011 | 0 | 101000 | 100100001 | 1100011 | 11110 |
Color Harmonies of #7E019A
Complementary color
Monochromatic Colors of #7E019A
Black with #7E019A
Text Example
Text Example
White with #7E019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E019A; }
p { color: rgb(126,1,154); }
H1.HeaderClassName
{
color: #7E019A;
}
.AnyTagClassName
{
color: #7E019A;
}
</style>
background-color css
<style>
a { background-color: #7E019A; }
a { background-color: rgb(126,1,154); }
div.DivClassName
{
background-color: #7E019A;
}
.BgClassName
{
background-color: #7E019A;
}
</style>
border-color css
<style>
span { border-color: #7E019A; }
span { border-color: rgb(126,1,154); }
td.TdClassName
{
border-color: #7E019A;
}
.TagClassName
{
border-color: #7E019A;
}
</style>