Shades of Dark Magenta #7F0DAB
Tints of Dark Magenta #7F0DAB
RGB
CMYK
RGB Variations
Color information
#7F0DAB (or 0x7F0DAB) is known color: Dark Magenta. HEX triplet: 7F, 0D and AB. RGB value is (127,13,171). Sum of RGB (Red+Green+Blue) = 127+13+171=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F0DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0DAB is #80F254. Grayscale: #404040. Windows color (decimal): -8450645 or 11210111. OLE color: 11210111.
HSL color Cylindrical-coordinate representation of color #7F0DAB: hue angle of 283.29º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F0DAB is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 13 | 171 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.33 |
| HSL | 283.29º | 0.86% | 0.36% | - |
| HSV(B) | 283.29º | 0.92% | 0.67% | - |
| XYZ | 16.25 | 7.74 | 39.17 | - |
| YUV | 65.1 | 187.77 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 13 | 171 | 0.26 | 0.92 | 0 | 0.33 | 283.29 | 0.86 | 0.36 |
| Hex | 7F | D | AB | 1A | 5C | 0 | 21 | 11B | 56 | 24 |
| Octal | 177 | 15 | 253 | 32 | 134 | 0 | 41 | 433 | 126 | 44 |
| Binary | 1111111 | 1101 | 10101011 | 11010 | 1011100 | 0 | 100001 | 100011011 | 1010110 | 100100 |
Color Harmonies of #7F0DAB
Complementary color
Monochromatic Colors of #7F0DAB
Black with #7F0DAB
Text Example
Text Example
White with #7F0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0DAB; }
p { color: rgb(127,13,171); }
H1.HeaderClassName
{
color: #7F0DAB;
}
.AnyTagClassName
{
color: #7F0DAB;
}
</style>
background-color css
<style>
a { background-color: #7F0DAB; }
a { background-color: rgb(127,13,171); }
div.DivClassName
{
background-color: #7F0DAB;
}
.BgClassName
{
background-color: #7F0DAB;
}
</style>
border-color css
<style>
span { border-color: #7F0DAB; }
span { border-color: rgb(127,13,171); }
td.TdClassName
{
border-color: #7F0DAB;
}
.TagClassName
{
border-color: #7F0DAB;
}
</style>