Shades of Dark Magenta #7F028F
Tints of Dark Magenta #7F028F
RGB
CMYK
RGB Variations
Color information
#7F028F (or 0x7F028F) is known color: Dark Magenta. HEX triplet: 7F, 02 and 8F. RGB value is (127,2,143). Sum of RGB (Red+Green+Blue) = 127+2+143=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F028F is #80FD70. Grayscale: #373737. Windows color (decimal): -8453489 or 9372287. OLE color: 9372287.
HSL color Cylindrical-coordinate representation of color #7F028F: hue angle of 293.19º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F028F is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 2 | 143 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.44 |
| HSL | 293.19º | 0.97% | 0.28% | - |
| HSV(B) | 293.19º | 0.99% | 0.56% | - |
| XYZ | 13.73 | 6.54 | 26.52 | - |
| YUV | 55.45 | 177.41 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 143 | 0.11 | 0.99 | 0 | 0.44 | 293.19 | 0.97 | 0.28 |
| Hex | 7F | 2 | 8F | B | 63 | 0 | 2C | 125 | 61 | 1C |
| Octal | 177 | 2 | 217 | 13 | 143 | 0 | 54 | 445 | 141 | 34 |
| Binary | 1111111 | 10 | 10001111 | 1011 | 1100011 | 0 | 101100 | 100100101 | 1100001 | 11100 |
Color Harmonies of #7F028F
Complementary color
Monochromatic Colors of #7F028F
Black with #7F028F
Text Example
Text Example
White with #7F028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F028F; }
p { color: rgb(127,2,143); }
H1.HeaderClassName
{
color: #7F028F;
}
.AnyTagClassName
{
color: #7F028F;
}
</style>
background-color css
<style>
a { background-color: #7F028F; }
a { background-color: rgb(127,2,143); }
div.DivClassName
{
background-color: #7F028F;
}
.BgClassName
{
background-color: #7F028F;
}
</style>
border-color css
<style>
span { border-color: #7F028F; }
span { border-color: rgb(127,2,143); }
td.TdClassName
{
border-color: #7F028F;
}
.TagClassName
{
border-color: #7F028F;
}
</style>