Shades of Dark Magenta #7F0DAA
Tints of Dark Magenta #7F0DAA
RGB
CMYK
RGB Variations
Color information
#7F0DAA (or 0x7F0DAA) is known color: Dark Magenta. HEX triplet: 7F, 0D and AA. RGB value is (127,13,170). Sum of RGB (Red+Green+Blue) = 127+13+170=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F0DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0DAA is #80F255. Grayscale: #404040. Windows color (decimal): -8450646 or 11144575. OLE color: 11144575.
HSL color Cylindrical-coordinate representation of color #7F0DAA: hue angle of 283.57º 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 #7F0DAA is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 13 | 170 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.33 |
| HSL | 283.57º | 0.86% | 0.36% | - |
| HSV(B) | 283.57º | 0.92% | 0.67% | - |
| XYZ | 16.15 | 7.7 | 38.67 | - |
| YUV | 64.98 | 187.27 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 13 | 170 | 0.25 | 0.92 | 0 | 0.33 | 283.57 | 0.86 | 0.36 |
| Hex | 7F | D | AA | 19 | 5C | 0 | 21 | 11C | 56 | 24 |
| Octal | 177 | 15 | 252 | 31 | 134 | 0 | 41 | 434 | 126 | 44 |
| Binary | 1111111 | 1101 | 10101010 | 11001 | 1011100 | 0 | 100001 | 100011100 | 1010110 | 100100 |
Color Harmonies of #7F0DAA
Complementary color
Monochromatic Colors of #7F0DAA
Black with #7F0DAA
Text Example
Text Example
White with #7F0DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0DAA; }
p { color: rgb(127,13,170); }
H1.HeaderClassName
{
color: #7F0DAA;
}
.AnyTagClassName
{
color: #7F0DAA;
}
</style>
background-color css
<style>
a { background-color: #7F0DAA; }
a { background-color: rgb(127,13,170); }
div.DivClassName
{
background-color: #7F0DAA;
}
.BgClassName
{
background-color: #7F0DAA;
}
</style>
border-color css
<style>
span { border-color: #7F0DAA; }
span { border-color: rgb(127,13,170); }
td.TdClassName
{
border-color: #7F0DAA;
}
.TagClassName
{
border-color: #7F0DAA;
}
</style>