Shades of Dark Magenta #7D038F
Tints of Dark Magenta #7D038F
RGB
CMYK
RGB Variations
Color information
#7D038F (or 0x7D038F) is known color: Dark Magenta. HEX triplet: 7D, 03 and 8F. RGB value is (125,3,143). Sum of RGB (Red+Green+Blue) = 125+3+143=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #7D038F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D038F is #82FC70. Grayscale: #373737. Windows color (decimal): -8584305 or 9372541. OLE color: 9372541.
HSL color Cylindrical-coordinate representation of color #7D038F: hue angle of 292.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D038F is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 3 | 143 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.44 |
| HSL | 292.29º | 0.96% | 0.29% | - |
| HSV(B) | 292.29º | 0.98% | 0.56% | - |
| XYZ | 13.45 | 6.41 | 26.51 | - |
| YUV | 55.44 | 177.42 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 143 | 0.13 | 0.98 | 0 | 0.44 | 292.29 | 0.96 | 0.29 |
| Hex | 7D | 3 | 8F | D | 62 | 0 | 2C | 124 | 60 | 1D |
| Octal | 175 | 3 | 217 | 15 | 142 | 0 | 54 | 444 | 140 | 35 |
| Binary | 1111101 | 11 | 10001111 | 1101 | 1100010 | 0 | 101100 | 100100100 | 1100000 | 11101 |
Color Harmonies of #7D038F
Complementary color
Monochromatic Colors of #7D038F
Black with #7D038F
Text Example
Text Example
White with #7D038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D038F; }
p { color: rgb(125,3,143); }
H1.HeaderClassName
{
color: #7D038F;
}
.AnyTagClassName
{
color: #7D038F;
}
</style>
background-color css
<style>
a { background-color: #7D038F; }
a { background-color: rgb(125,3,143); }
div.DivClassName
{
background-color: #7D038F;
}
.BgClassName
{
background-color: #7D038F;
}
</style>
border-color css
<style>
span { border-color: #7D038F; }
span { border-color: rgb(125,3,143); }
td.TdClassName
{
border-color: #7D038F;
}
.TagClassName
{
border-color: #7D038F;
}
</style>