Shades of Dark Magenta #7D0FAC
Tints of Dark Magenta #7D0FAC
RGB
CMYK
RGB Variations
Color information
#7D0FAC (or 0x7D0FAC) is known color: Dark Magenta. HEX triplet: 7D, 0F and AC. RGB value is (125,15,172). Sum of RGB (Red+Green+Blue) = 125+15+172=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D0FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0FAC is #82F053. Grayscale: #414141. Windows color (decimal): -8581204 or 11276157. OLE color: 11276157.
HSL color Cylindrical-coordinate representation of color #7D0FAC: hue angle of 282.04º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D0FAC is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 15 | 172 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.33 |
| HSL | 282.04º | 0.84% | 0.37% | - |
| HSV(B) | 282.04º | 0.91% | 0.67% | - |
| XYZ | 16.07 | 7.68 | 39.66 | - |
| YUV | 65.79 | 187.94 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 15 | 172 | 0.27 | 0.91 | 0 | 0.33 | 282.04 | 0.84 | 0.37 |
| Hex | 7D | F | AC | 1B | 5B | 0 | 21 | 11A | 54 | 25 |
| Octal | 175 | 17 | 254 | 33 | 133 | 0 | 41 | 432 | 124 | 45 |
| Binary | 1111101 | 1111 | 10101100 | 11011 | 1011011 | 0 | 100001 | 100011010 | 1010100 | 100101 |
Color Harmonies of #7D0FAC
Complementary color
Monochromatic Colors of #7D0FAC
Black with #7D0FAC
Text Example
Text Example
White with #7D0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0FAC; }
p { color: rgb(125,15,172); }
H1.HeaderClassName
{
color: #7D0FAC;
}
.AnyTagClassName
{
color: #7D0FAC;
}
</style>
background-color css
<style>
a { background-color: #7D0FAC; }
a { background-color: rgb(125,15,172); }
div.DivClassName
{
background-color: #7D0FAC;
}
.BgClassName
{
background-color: #7D0FAC;
}
</style>
border-color css
<style>
span { border-color: #7D0FAC; }
span { border-color: rgb(125,15,172); }
td.TdClassName
{
border-color: #7D0FAC;
}
.TagClassName
{
border-color: #7D0FAC;
}
</style>