Shades of Dark Magenta #7F1493
Tints of Dark Magenta #7F1493
RGB
CMYK
RGB Variations
Color information
#7F1493 (or 0x7F1493) is known color: Dark Magenta. HEX triplet: 7F, 14 and 93. RGB value is (127,20,147). Sum of RGB (Red+Green+Blue) = 127+20+147=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F1493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1493 is #80EB6C. Grayscale: #424242. Windows color (decimal): -8448877 or 9639039. OLE color: 9639039.
HSL color Cylindrical-coordinate representation of color #7F1493: hue angle of 290.55º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F1493 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 20 | 147 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.42 |
| HSL | 290.55º | 0.76% | 0.33% | - |
| HSV(B) | 290.55º | 0.86% | 0.58% | - |
| XYZ | 14.27 | 7.12 | 28.23 | - |
| YUV | 66.47 | 173.45 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 147 | 0.14 | 0.86 | 0 | 0.42 | 290.55 | 0.76 | 0.33 |
| Hex | 7F | 14 | 93 | E | 56 | 0 | 2A | 123 | 4C | 21 |
| Octal | 177 | 24 | 223 | 16 | 126 | 0 | 52 | 443 | 114 | 41 |
| Binary | 1111111 | 10100 | 10010011 | 1110 | 1010110 | 0 | 101010 | 100100011 | 1001100 | 100001 |
Color Harmonies of #7F1493
Complementary color
Monochromatic Colors of #7F1493
Black with #7F1493
Text Example
Text Example
White with #7F1493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1493; }
p { color: rgb(127,20,147); }
H1.HeaderClassName
{
color: #7F1493;
}
.AnyTagClassName
{
color: #7F1493;
}
</style>
background-color css
<style>
a { background-color: #7F1493; }
a { background-color: rgb(127,20,147); }
div.DivClassName
{
background-color: #7F1493;
}
.BgClassName
{
background-color: #7F1493;
}
</style>
border-color css
<style>
span { border-color: #7F1493; }
span { border-color: rgb(127,20,147); }
td.TdClassName
{
border-color: #7F1493;
}
.TagClassName
{
border-color: #7F1493;
}
</style>