Shades of Dark Magenta #7F1396
Tints of Dark Magenta #7F1396
RGB
CMYK
RGB Variations
Color information
#7F1396 (or 0x7F1396) is known color: Dark Magenta. HEX triplet: 7F, 13 and 96. RGB value is (127,19,150). Sum of RGB (Red+Green+Blue) = 127+19+150=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #7F1396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1396 is #80EC69. Grayscale: #414141. Windows color (decimal): -8449130 or 9835391. OLE color: 9835391.
HSL color Cylindrical-coordinate representation of color #7F1396: hue angle of 289.47º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1396 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 19 | 150 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.41 |
| HSL | 289.47º | 0.78% | 0.33% | - |
| HSV(B) | 289.47º | 0.87% | 0.59% | - |
| XYZ | 14.49 | 7.18 | 29.48 | - |
| YUV | 66.23 | 175.28 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 150 | 0.15 | 0.87 | 0 | 0.41 | 289.47 | 0.78 | 0.33 |
| Hex | 7F | 13 | 96 | F | 57 | 0 | 29 | 121 | 4E | 21 |
| Octal | 177 | 23 | 226 | 17 | 127 | 0 | 51 | 441 | 116 | 41 |
| Binary | 1111111 | 10011 | 10010110 | 1111 | 1010111 | 0 | 101001 | 100100001 | 1001110 | 100001 |
Color Harmonies of #7F1396
Complementary color
Monochromatic Colors of #7F1396
Black with #7F1396
Text Example
Text Example
White with #7F1396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1396; }
p { color: rgb(127,19,150); }
H1.HeaderClassName
{
color: #7F1396;
}
.AnyTagClassName
{
color: #7F1396;
}
</style>
background-color css
<style>
a { background-color: #7F1396; }
a { background-color: rgb(127,19,150); }
div.DivClassName
{
background-color: #7F1396;
}
.BgClassName
{
background-color: #7F1396;
}
</style>
border-color css
<style>
span { border-color: #7F1396; }
span { border-color: rgb(127,19,150); }
td.TdClassName
{
border-color: #7F1396;
}
.TagClassName
{
border-color: #7F1396;
}
</style>