Shades of Dark Magenta #7D149C
Tints of Dark Magenta #7D149C
RGB
CMYK
RGB Variations
Color information
#7D149C (or 0x7D149C) is known color: Dark Magenta. HEX triplet: 7D, 14 and 9C. RGB value is (125,20,156). Sum of RGB (Red+Green+Blue) = 125+20+156=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D149C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D149C is #82EB63. Grayscale: #424242. Windows color (decimal): -8579940 or 10228861. OLE color: 10228861.
HSL color Cylindrical-coordinate representation of color #7D149C: hue angle of 286.32º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D149C is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 20 | 156 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.39 |
| HSL | 286.32º | 0.77% | 0.35% | - |
| HSV(B) | 286.32º | 0.87% | 0.61% | - |
| XYZ | 14.71 | 7.26 | 32.08 | - |
| YUV | 66.9 | 178.29 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 156 | 0.20 | 0.87 | 0 | 0.39 | 286.32 | 0.77 | 0.35 |
| Hex | 7D | 14 | 9C | 14 | 57 | 0 | 27 | 11E | 4D | 23 |
| Octal | 175 | 24 | 234 | 24 | 127 | 0 | 47 | 436 | 115 | 43 |
| Binary | 1111101 | 10100 | 10011100 | 10100 | 1010111 | 0 | 100111 | 100011110 | 1001101 | 100011 |
Color Harmonies of #7D149C
Complementary color
Monochromatic Colors of #7D149C
Black with #7D149C
Text Example
Text Example
White with #7D149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D149C; }
p { color: rgb(125,20,156); }
H1.HeaderClassName
{
color: #7D149C;
}
.AnyTagClassName
{
color: #7D149C;
}
</style>
background-color css
<style>
a { background-color: #7D149C; }
a { background-color: rgb(125,20,156); }
div.DivClassName
{
background-color: #7D149C;
}
.BgClassName
{
background-color: #7D149C;
}
</style>
border-color css
<style>
span { border-color: #7D149C; }
span { border-color: rgb(125,20,156); }
td.TdClassName
{
border-color: #7D149C;
}
.TagClassName
{
border-color: #7D149C;
}
</style>