Shades of Dark Magenta #7D019D
Tints of Dark Magenta #7D019D
RGB
CMYK
RGB Variations
Color information
#7D019D (or 0x7D019D) is known color: Dark Magenta. HEX triplet: 7D, 01 and 9D. RGB value is (125,1,157). Sum of RGB (Red+Green+Blue) = 125+1+157=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D019D is #82FE62. Grayscale: #373737. Windows color (decimal): -8584803 or 10289533. OLE color: 10289533.
HSL color Cylindrical-coordinate representation of color #7D019D: hue angle of 287.69º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D019D is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 1 | 157 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.38 |
| HSL | 287.69º | 0.99% | 0.31% | - |
| HSV(B) | 287.69º | 0.99% | 0.62% | - |
| XYZ | 14.55 | 6.82 | 32.45 | - |
| YUV | 55.86 | 185.08 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 1 | 157 | 0.20 | 0.99 | 0 | 0.38 | 287.69 | 0.99 | 0.31 |
| Hex | 7D | 1 | 9D | 14 | 63 | 0 | 26 | 120 | 63 | 1F |
| Octal | 175 | 1 | 235 | 24 | 143 | 0 | 46 | 440 | 143 | 37 |
| Binary | 1111101 | 1 | 10011101 | 10100 | 1100011 | 0 | 100110 | 100100000 | 1100011 | 11111 |
Color Harmonies of #7D019D
Complementary color
Monochromatic Colors of #7D019D
Black with #7D019D
Text Example
Text Example
White with #7D019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D019D; }
p { color: rgb(125,1,157); }
H1.HeaderClassName
{
color: #7D019D;
}
.AnyTagClassName
{
color: #7D019D;
}
</style>
background-color css
<style>
a { background-color: #7D019D; }
a { background-color: rgb(125,1,157); }
div.DivClassName
{
background-color: #7D019D;
}
.BgClassName
{
background-color: #7D019D;
}
</style>
border-color css
<style>
span { border-color: #7D019D; }
span { border-color: rgb(125,1,157); }
td.TdClassName
{
border-color: #7D019D;
}
.TagClassName
{
border-color: #7D019D;
}
</style>