Shades of Dark Magenta #7F03AD
Tints of Dark Magenta #7F03AD
RGB
CMYK
RGB Variations
Color information
#7F03AD (or 0x7F03AD) is known color: Dark Magenta. HEX triplet: 7F, 03 and AD. RGB value is (127,3,173). Sum of RGB (Red+Green+Blue) = 127+3+173=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F03AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F03AD is #80FC52. Grayscale: #3A3A3A. Windows color (decimal): -8453203 or 11338623. OLE color: 11338623.
HSL color Cylindrical-coordinate representation of color #7F03AD: hue angle of 283.76º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F03AD is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 3 | 173 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.32 |
| HSL | 283.76º | 0.97% | 0.35% | - |
| HSV(B) | 283.76º | 0.98% | 0.68% | - |
| XYZ | 16.33 | 7.59 | 40.14 | - |
| YUV | 59.46 | 192.08 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 173 | 0.27 | 0.98 | 0 | 0.32 | 283.76 | 0.97 | 0.35 |
| Hex | 7F | 3 | AD | 1B | 62 | 0 | 20 | 11C | 61 | 23 |
| Octal | 177 | 3 | 255 | 33 | 142 | 0 | 40 | 434 | 141 | 43 |
| Binary | 1111111 | 11 | 10101101 | 11011 | 1100010 | 0 | 100000 | 100011100 | 1100001 | 100011 |
Color Harmonies of #7F03AD
Complementary color
Monochromatic Colors of #7F03AD
Black with #7F03AD
Text Example
Text Example
White with #7F03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F03AD; }
p { color: rgb(127,3,173); }
H1.HeaderClassName
{
color: #7F03AD;
}
.AnyTagClassName
{
color: #7F03AD;
}
</style>
background-color css
<style>
a { background-color: #7F03AD; }
a { background-color: rgb(127,3,173); }
div.DivClassName
{
background-color: #7F03AD;
}
.BgClassName
{
background-color: #7F03AD;
}
</style>
border-color css
<style>
span { border-color: #7F03AD; }
span { border-color: rgb(127,3,173); }
td.TdClassName
{
border-color: #7F03AD;
}
.TagClassName
{
border-color: #7F03AD;
}
</style>