Shades of Dark Magenta #7F1492
Tints of Dark Magenta #7F1492
RGB
CMYK
RGB Variations
Color information
#7F1492 (or 0x7F1492) is known color: Dark Magenta. HEX triplet: 7F, 14 and 92. RGB value is (127,20,146). Sum of RGB (Red+Green+Blue) = 127+20+146=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F1492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1492 is #80EB6D. Grayscale: #414141. Windows color (decimal): -8448878 or 9573503. OLE color: 9573503.
HSL color Cylindrical-coordinate representation of color #7F1492: hue angle of 290.95º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F1492 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 20 | 146 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.43 |
| HSL | 290.95º | 0.76% | 0.33% | - |
| HSV(B) | 290.95º | 0.86% | 0.57% | - |
| XYZ | 14.19 | 7.09 | 27.81 | - |
| YUV | 66.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 146 | 0.13 | 0.86 | 0 | 0.43 | 290.95 | 0.76 | 0.33 |
| Hex | 7F | 14 | 92 | D | 56 | 0 | 2B | 123 | 4C | 21 |
| Octal | 177 | 24 | 222 | 15 | 126 | 0 | 53 | 443 | 114 | 41 |
| Binary | 1111111 | 10100 | 10010010 | 1101 | 1010110 | 0 | 101011 | 100100011 | 1001100 | 100001 |
Color Harmonies of #7F1492
Complementary color
Monochromatic Colors of #7F1492
Black with #7F1492
Text Example
Text Example
White with #7F1492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1492; }
p { color: rgb(127,20,146); }
H1.HeaderClassName
{
color: #7F1492;
}
.AnyTagClassName
{
color: #7F1492;
}
</style>
background-color css
<style>
a { background-color: #7F1492; }
a { background-color: rgb(127,20,146); }
div.DivClassName
{
background-color: #7F1492;
}
.BgClassName
{
background-color: #7F1492;
}
</style>
border-color css
<style>
span { border-color: #7F1492; }
span { border-color: rgb(127,20,146); }
td.TdClassName
{
border-color: #7F1492;
}
.TagClassName
{
border-color: #7F1492;
}
</style>