Shades of Dark Magenta #7D039B
Tints of Dark Magenta #7D039B
RGB
CMYK
RGB Variations
Color information
#7D039B (or 0x7D039B) is known color: Dark Magenta. HEX triplet: 7D, 03 and 9B. RGB value is (125,3,155). Sum of RGB (Red+Green+Blue) = 125+3+155=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 3 (1.56% from 255 or 1.06% 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 #7D039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D039B is #82FC64. Grayscale: #383838. Windows color (decimal): -8584293 or 10158973. OLE color: 10158973.
HSL color Cylindrical-coordinate representation of color #7D039B: hue angle of 288.16º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D039B is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 3 | 155 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.39 |
| HSL | 288.16º | 0.96% | 0.31% | - |
| HSV(B) | 288.16º | 0.98% | 0.61% | - |
| XYZ | 14.41 | 6.79 | 31.56 | - |
| YUV | 56.81 | 183.42 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 155 | 0.19 | 0.98 | 0 | 0.39 | 288.16 | 0.96 | 0.31 |
| Hex | 7D | 3 | 9B | 13 | 62 | 0 | 27 | 120 | 60 | 1F |
| Octal | 175 | 3 | 233 | 23 | 142 | 0 | 47 | 440 | 140 | 37 |
| Binary | 1111101 | 11 | 10011011 | 10011 | 1100010 | 0 | 100111 | 100100000 | 1100000 | 11111 |
Color Harmonies of #7D039B
Complementary color
Monochromatic Colors of #7D039B
Black with #7D039B
Text Example
Text Example
White with #7D039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D039B; }
p { color: rgb(125,3,155); }
H1.HeaderClassName
{
color: #7D039B;
}
.AnyTagClassName
{
color: #7D039B;
}
</style>
background-color css
<style>
a { background-color: #7D039B; }
a { background-color: rgb(125,3,155); }
div.DivClassName
{
background-color: #7D039B;
}
.BgClassName
{
background-color: #7D039B;
}
</style>
border-color css
<style>
span { border-color: #7D039B; }
span { border-color: rgb(125,3,155); }
td.TdClassName
{
border-color: #7D039B;
}
.TagClassName
{
border-color: #7D039B;
}
</style>