Shades of Dark Magenta #7D1193
Tints of Dark Magenta #7D1193
RGB
CMYK
RGB Variations
Color information
#7D1193 (or 0x7D1193) is known color: Dark Magenta. HEX triplet: 7D, 11 and 93. RGB value is (125,17,147). Sum of RGB (Red+Green+Blue) = 125+17+147=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D1193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1193 is #82EE6C. Grayscale: #3F3F3F. Windows color (decimal): -8580717 or 9638269. OLE color: 9638269.
HSL color Cylindrical-coordinate representation of color #7D1193: hue angle of 289.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D1193 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 17 | 147 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.42 |
| HSL | 289.85º | 0.79% | 0.32% | - |
| HSV(B) | 289.85º | 0.88% | 0.58% | - |
| XYZ | 13.92 | 6.87 | 28.2 | - |
| YUV | 64.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 147 | 0.15 | 0.88 | 0 | 0.42 | 289.85 | 0.79 | 0.32 |
| Hex | 7D | 11 | 93 | F | 58 | 0 | 2A | 122 | 4F | 20 |
| Octal | 175 | 21 | 223 | 17 | 130 | 0 | 52 | 442 | 117 | 40 |
| Binary | 1111101 | 10001 | 10010011 | 1111 | 1011000 | 0 | 101010 | 100100010 | 1001111 | 100000 |
Color Harmonies of #7D1193
Complementary color
Monochromatic Colors of #7D1193
Black with #7D1193
Text Example
Text Example
White with #7D1193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1193; }
p { color: rgb(125,17,147); }
H1.HeaderClassName
{
color: #7D1193;
}
.AnyTagClassName
{
color: #7D1193;
}
</style>
background-color css
<style>
a { background-color: #7D1193; }
a { background-color: rgb(125,17,147); }
div.DivClassName
{
background-color: #7D1193;
}
.BgClassName
{
background-color: #7D1193;
}
</style>
border-color css
<style>
span { border-color: #7D1193; }
span { border-color: rgb(125,17,147); }
td.TdClassName
{
border-color: #7D1193;
}
.TagClassName
{
border-color: #7D1193;
}
</style>