Shades of Dark Magenta #7C139D
Tints of Dark Magenta #7C139D
RGB
CMYK
RGB Variations
Color information
#7C139D (or 0x7C139D) is known color: Dark Magenta. HEX triplet: 7C, 13 and 9D. RGB value is (124,19,157). Sum of RGB (Red+Green+Blue) = 124+19+157=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C139D is #83EC62. Grayscale: #414141. Windows color (decimal): -8645731 or 10294140. OLE color: 10294140.
HSL color Cylindrical-coordinate representation of color #7C139D: hue angle of 285.65º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C139D is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 19 | 157 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.38 |
| HSL | 285.65º | 0.78% | 0.35% | - |
| HSV(B) | 285.65º | 0.88% | 0.62% | - |
| XYZ | 14.63 | 7.19 | 32.51 | - |
| YUV | 66.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 157 | 0.21 | 0.88 | 0 | 0.38 | 285.65 | 0.78 | 0.35 |
| Hex | 7C | 13 | 9D | 15 | 58 | 0 | 26 | 11E | 4E | 23 |
| Octal | 174 | 23 | 235 | 25 | 130 | 0 | 46 | 436 | 116 | 43 |
| Binary | 1111100 | 10011 | 10011101 | 10101 | 1011000 | 0 | 100110 | 100011110 | 1001110 | 100011 |
Color Harmonies of #7C139D
Complementary color
Monochromatic Colors of #7C139D
Black with #7C139D
Text Example
Text Example
White with #7C139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C139D; }
p { color: rgb(124,19,157); }
H1.HeaderClassName
{
color: #7C139D;
}
.AnyTagClassName
{
color: #7C139D;
}
</style>
background-color css
<style>
a { background-color: #7C139D; }
a { background-color: rgb(124,19,157); }
div.DivClassName
{
background-color: #7C139D;
}
.BgClassName
{
background-color: #7C139D;
}
</style>
border-color css
<style>
span { border-color: #7C139D; }
span { border-color: rgb(124,19,157); }
td.TdClassName
{
border-color: #7C139D;
}
.TagClassName
{
border-color: #7C139D;
}
</style>