Shades of Dark Magenta #7C049B
Tints of Dark Magenta #7C049B
RGB
CMYK
RGB Variations
Color information
#7C049B (or 0x7C049B) is known color: Dark Magenta. HEX triplet: 7C, 04 and 9B. RGB value is (124,4,155). Sum of RGB (Red+Green+Blue) = 124+4+155=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C049B is #83FB64. Grayscale: #383838. Windows color (decimal): -8649573 or 10159228. OLE color: 10159228.
HSL color Cylindrical-coordinate representation of color #7C049B: hue angle of 287.68º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C049B is Cyan = 0.2, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 4 | 155 | - |
| CMYK | 0.2 | 0.97 | 0 | 0.39 |
| HSL | 287.68º | 0.95% | 0.31% | - |
| HSV(B) | 287.68º | 0.97% | 0.61% | - |
| XYZ | 14.27 | 6.74 | 31.56 | - |
| YUV | 57.09 | 183.26 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 155 | 0.2 | 0.97 | 0 | 0.39 | 287.68 | 0.95 | 0.31 |
| Hex | 7C | 4 | 9B | 14 | 61 | 0 | 27 | 120 | 5F | 1F |
| Octal | 174 | 4 | 233 | 24 | 141 | 0 | 47 | 440 | 137 | 37 |
| Binary | 1111100 | 100 | 10011011 | 10100 | 1100001 | 0 | 100111 | 100100000 | 1011111 | 11111 |
Color Harmonies of #7C049B
Complementary color
Monochromatic Colors of #7C049B
Black with #7C049B
Text Example
Text Example
White with #7C049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C049B; }
p { color: rgb(124,4,155); }
H1.HeaderClassName
{
color: #7C049B;
}
.AnyTagClassName
{
color: #7C049B;
}
</style>
background-color css
<style>
a { background-color: #7C049B; }
a { background-color: rgb(124,4,155); }
div.DivClassName
{
background-color: #7C049B;
}
.BgClassName
{
background-color: #7C049B;
}
</style>
border-color css
<style>
span { border-color: #7C049B; }
span { border-color: rgb(124,4,155); }
td.TdClassName
{
border-color: #7C049B;
}
.TagClassName
{
border-color: #7C049B;
}
</style>