Shades of Dark Magenta #7D04AC
Tints of Dark Magenta #7D04AC
RGB
CMYK
RGB Variations
Color information
#7D04AC (or 0x7D04AC) is known color: Dark Magenta. HEX triplet: 7D, 04 and AC. RGB value is (125,4,172). Sum of RGB (Red+Green+Blue) = 125+4+172=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D04AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D04AC is #82FB53. Grayscale: #3A3A3A. Windows color (decimal): -8584020 or 11273341. OLE color: 11273341.
HSL color Cylindrical-coordinate representation of color #7D04AC: hue angle of 283.21º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D04AC is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 4 | 172 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.33 |
| HSL | 283.21º | 0.95% | 0.35% | - |
| HSV(B) | 283.21º | 0.98% | 0.67% | - |
| XYZ | 15.95 | 7.43 | 39.62 | - |
| YUV | 59.33 | 191.59 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 172 | 0.27 | 0.98 | 0 | 0.33 | 283.21 | 0.95 | 0.35 |
| Hex | 7D | 4 | AC | 1B | 62 | 0 | 21 | 11B | 5F | 23 |
| Octal | 175 | 4 | 254 | 33 | 142 | 0 | 41 | 433 | 137 | 43 |
| Binary | 1111101 | 100 | 10101100 | 11011 | 1100010 | 0 | 100001 | 100011011 | 1011111 | 100011 |
Color Harmonies of #7D04AC
Complementary color
Monochromatic Colors of #7D04AC
Black with #7D04AC
Text Example
Text Example
White with #7D04AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D04AC; }
p { color: rgb(125,4,172); }
H1.HeaderClassName
{
color: #7D04AC;
}
.AnyTagClassName
{
color: #7D04AC;
}
</style>
background-color css
<style>
a { background-color: #7D04AC; }
a { background-color: rgb(125,4,172); }
div.DivClassName
{
background-color: #7D04AC;
}
.BgClassName
{
background-color: #7D04AC;
}
</style>
border-color css
<style>
span { border-color: #7D04AC; }
span { border-color: rgb(125,4,172); }
td.TdClassName
{
border-color: #7D04AC;
}
.TagClassName
{
border-color: #7D04AC;
}
</style>