Shades of Dark Magenta #7F1391
Tints of Dark Magenta #7F1391
RGB
CMYK
RGB Variations
Color information
#7F1391 (or 0x7F1391) is known color: Dark Magenta. HEX triplet: 7F, 13 and 91. RGB value is (127,19,145). Sum of RGB (Red+Green+Blue) = 127+19+145=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #7F1391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1391 is #80EC6E. Grayscale: #414141. Windows color (decimal): -8449135 or 9507711. OLE color: 9507711.
HSL color Cylindrical-coordinate representation of color #7F1391: hue angle of 291.43º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1391 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 19 | 145 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.43 |
| HSL | 291.43º | 0.77% | 0.32% | - |
| HSV(B) | 291.43º | 0.87% | 0.57% | - |
| XYZ | 14.1 | 7.02 | 27.4 | - |
| YUV | 65.66 | 172.78 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 145 | 0.12 | 0.87 | 0 | 0.43 | 291.43 | 0.77 | 0.32 |
| Hex | 7F | 13 | 91 | C | 57 | 0 | 2B | 123 | 4D | 20 |
| Octal | 177 | 23 | 221 | 14 | 127 | 0 | 53 | 443 | 115 | 40 |
| Binary | 1111111 | 10011 | 10010001 | 1100 | 1010111 | 0 | 101011 | 100100011 | 1001101 | 100000 |
Color Harmonies of #7F1391
Complementary color
Monochromatic Colors of #7F1391
Black with #7F1391
Text Example
Text Example
White with #7F1391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1391; }
p { color: rgb(127,19,145); }
H1.HeaderClassName
{
color: #7F1391;
}
.AnyTagClassName
{
color: #7F1391;
}
</style>
background-color css
<style>
a { background-color: #7F1391; }
a { background-color: rgb(127,19,145); }
div.DivClassName
{
background-color: #7F1391;
}
.BgClassName
{
background-color: #7F1391;
}
</style>
border-color css
<style>
span { border-color: #7F1391; }
span { border-color: rgb(127,19,145); }
td.TdClassName
{
border-color: #7F1391;
}
.TagClassName
{
border-color: #7F1391;
}
</style>