Shades of Dark Magenta #7E029B
Tints of Dark Magenta #7E029B
RGB
CMYK
RGB Variations
Color information
#7E029B (or 0x7E029B) is known color: Dark Magenta. HEX triplet: 7E, 02 and 9B. RGB value is (126,2,155). Sum of RGB (Red+Green+Blue) = 126+2+155=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E029B is #81FD64. Grayscale: #383838. Windows color (decimal): -8519013 or 10158718. OLE color: 10158718.
HSL color Cylindrical-coordinate representation of color #7E029B: hue angle of 288.63º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E029B is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 2 | 155 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.39 |
| HSL | 288.63º | 0.97% | 0.31% | - |
| HSV(B) | 288.63º | 0.99% | 0.61% | - |
| XYZ | 14.54 | 6.85 | 31.57 | - |
| YUV | 56.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 2 | 155 | 0.19 | 0.99 | 0 | 0.39 | 288.63 | 0.97 | 0.31 |
| Hex | 7E | 2 | 9B | 13 | 63 | 0 | 27 | 121 | 61 | 1F |
| Octal | 176 | 2 | 233 | 23 | 143 | 0 | 47 | 441 | 141 | 37 |
| Binary | 1111110 | 10 | 10011011 | 10011 | 1100011 | 0 | 100111 | 100100001 | 1100001 | 11111 |
Color Harmonies of #7E029B
Complementary color
Monochromatic Colors of #7E029B
Black with #7E029B
Text Example
Text Example
White with #7E029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E029B; }
p { color: rgb(126,2,155); }
H1.HeaderClassName
{
color: #7E029B;
}
.AnyTagClassName
{
color: #7E029B;
}
</style>
background-color css
<style>
a { background-color: #7E029B; }
a { background-color: rgb(126,2,155); }
div.DivClassName
{
background-color: #7E029B;
}
.BgClassName
{
background-color: #7E029B;
}
</style>
border-color css
<style>
span { border-color: #7E029B; }
span { border-color: rgb(126,2,155); }
td.TdClassName
{
border-color: #7E029B;
}
.TagClassName
{
border-color: #7E029B;
}
</style>