Shades of Dark Magenta #7D029B
Tints of Dark Magenta #7D029B
RGB
CMYK
RGB Variations
Color information
#7D029B (or 0x7D029B) is known color: Dark Magenta. HEX triplet: 7D, 02 and 9B. RGB value is (125,2,155). Sum of RGB (Red+Green+Blue) = 125+2+155=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D029B is #82FD64. Grayscale: #373737. Windows color (decimal): -8584549 or 10158717. OLE color: 10158717.
HSL color Cylindrical-coordinate representation of color #7D029B: hue angle of 288.24º 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 #7D029B is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 2 | 155 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.39 |
| HSL | 288.24º | 0.97% | 0.31% | - |
| HSV(B) | 288.24º | 0.99% | 0.61% | - |
| XYZ | 14.4 | 6.77 | 31.56 | - |
| YUV | 56.22 | 183.75 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 2 | 155 | 0.19 | 0.99 | 0 | 0.39 | 288.24 | 0.97 | 0.31 |
| Hex | 7D | 2 | 9B | 13 | 63 | 0 | 27 | 120 | 61 | 1F |
| Octal | 175 | 2 | 233 | 23 | 143 | 0 | 47 | 440 | 141 | 37 |
| Binary | 1111101 | 10 | 10011011 | 10011 | 1100011 | 0 | 100111 | 100100000 | 1100001 | 11111 |
Color Harmonies of #7D029B
Complementary color
Monochromatic Colors of #7D029B
Black with #7D029B
Text Example
Text Example
White with #7D029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D029B; }
p { color: rgb(125,2,155); }
H1.HeaderClassName
{
color: #7D029B;
}
.AnyTagClassName
{
color: #7D029B;
}
</style>
background-color css
<style>
a { background-color: #7D029B; }
a { background-color: rgb(125,2,155); }
div.DivClassName
{
background-color: #7D029B;
}
.BgClassName
{
background-color: #7D029B;
}
</style>
border-color css
<style>
span { border-color: #7D029B; }
span { border-color: rgb(125,2,155); }
td.TdClassName
{
border-color: #7D029B;
}
.TagClassName
{
border-color: #7D029B;
}
</style>