Shades of Dark Magenta #7F028D
Tints of Dark Magenta #7F028D
RGB
CMYK
RGB Variations
Color information
#7F028D (or 0x7F028D) is known color: Dark Magenta. HEX triplet: 7F, 02 and 8D. RGB value is (127,2,141). Sum of RGB (Red+Green+Blue) = 127+2+141=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F028D is #80FD72. Grayscale: #363636. Windows color (decimal): -8453491 or 9241215. OLE color: 9241215.
HSL color Cylindrical-coordinate representation of color #7F028D: hue angle of 293.96º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F028D is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 2 | 141 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.45 |
| HSL | 293.96º | 0.97% | 0.28% | - |
| HSV(B) | 293.96º | 0.99% | 0.55% | - |
| XYZ | 13.58 | 6.48 | 25.73 | - |
| YUV | 55.22 | 176.41 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 141 | 0.10 | 0.99 | 0 | 0.45 | 293.96 | 0.97 | 0.28 |
| Hex | 7F | 2 | 8D | A | 63 | 0 | 2D | 126 | 61 | 1C |
| Octal | 177 | 2 | 215 | 12 | 143 | 0 | 55 | 446 | 141 | 34 |
| Binary | 1111111 | 10 | 10001101 | 1010 | 1100011 | 0 | 101101 | 100100110 | 1100001 | 11100 |
Color Harmonies of #7F028D
Complementary color
Monochromatic Colors of #7F028D
Black with #7F028D
Text Example
Text Example
White with #7F028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F028D; }
p { color: rgb(127,2,141); }
H1.HeaderClassName
{
color: #7F028D;
}
.AnyTagClassName
{
color: #7F028D;
}
</style>
background-color css
<style>
a { background-color: #7F028D; }
a { background-color: rgb(127,2,141); }
div.DivClassName
{
background-color: #7F028D;
}
.BgClassName
{
background-color: #7F028D;
}
</style>
border-color css
<style>
span { border-color: #7F028D; }
span { border-color: rgb(127,2,141); }
td.TdClassName
{
border-color: #7F028D;
}
.TagClassName
{
border-color: #7F028D;
}
</style>