Shades of Dark Magenta #7D07AC
Tints of Dark Magenta #7D07AC
RGB
CMYK
RGB Variations
Color information
#7D07AC (or 0x7D07AC) is known color: Dark Magenta. HEX triplet: 7D, 07 and AC. RGB value is (125,7,172). Sum of RGB (Red+Green+Blue) = 125+7+172=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D07AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D07AC is #82F853. Grayscale: #3C3C3C. Windows color (decimal): -8583252 or 11274109. OLE color: 11274109.
HSL color Cylindrical-coordinate representation of color #7D07AC: hue angle of 282.91º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D07AC is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 7 | 172 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.33 |
| HSL | 282.91º | 0.92% | 0.35% | - |
| HSV(B) | 282.91º | 0.96% | 0.67% | - |
| XYZ | 15.98 | 7.49 | 39.63 | - |
| YUV | 61.09 | 190.59 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 7 | 172 | 0.27 | 0.96 | 0 | 0.33 | 282.91 | 0.92 | 0.35 |
| Hex | 7D | 7 | AC | 1B | 60 | 0 | 21 | 11B | 5C | 23 |
| Octal | 175 | 7 | 254 | 33 | 140 | 0 | 41 | 433 | 134 | 43 |
| Binary | 1111101 | 111 | 10101100 | 11011 | 1100000 | 0 | 100001 | 100011011 | 1011100 | 100011 |
Color Harmonies of #7D07AC
Complementary color
Monochromatic Colors of #7D07AC
Black with #7D07AC
Text Example
Text Example
White with #7D07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D07AC; }
p { color: rgb(125,7,172); }
H1.HeaderClassName
{
color: #7D07AC;
}
.AnyTagClassName
{
color: #7D07AC;
}
</style>
background-color css
<style>
a { background-color: #7D07AC; }
a { background-color: rgb(125,7,172); }
div.DivClassName
{
background-color: #7D07AC;
}
.BgClassName
{
background-color: #7D07AC;
}
</style>
border-color css
<style>
span { border-color: #7D07AC; }
span { border-color: rgb(125,7,172); }
td.TdClassName
{
border-color: #7D07AC;
}
.TagClassName
{
border-color: #7D07AC;
}
</style>