Shades of Dark Magenta #7C039C
Tints of Dark Magenta #7C039C
RGB
CMYK
RGB Variations
Color information
#7C039C (or 0x7C039C) is known color: Dark Magenta. HEX triplet: 7C, 03 and 9C. RGB value is (124,3,156). Sum of RGB (Red+Green+Blue) = 124+3+156=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C039C is #83FC63. Grayscale: #383838. Windows color (decimal): -8649828 or 10224508. OLE color: 10224508.
HSL color Cylindrical-coordinate representation of color #7C039C: hue angle of 287.45º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C039C is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 3 | 156 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.39 |
| HSL | 287.45º | 0.96% | 0.31% | - |
| HSV(B) | 287.45º | 0.98% | 0.61% | - |
| XYZ | 14.35 | 6.75 | 32 | - |
| YUV | 56.62 | 184.09 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 156 | 0.21 | 0.98 | 0 | 0.39 | 287.45 | 0.96 | 0.31 |
| Hex | 7C | 3 | 9C | 15 | 62 | 0 | 27 | 11F | 60 | 1F |
| Octal | 174 | 3 | 234 | 25 | 142 | 0 | 47 | 437 | 140 | 37 |
| Binary | 1111100 | 11 | 10011100 | 10101 | 1100010 | 0 | 100111 | 100011111 | 1100000 | 11111 |
Color Harmonies of #7C039C
Complementary color
Monochromatic Colors of #7C039C
Black with #7C039C
Text Example
Text Example
White with #7C039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C039C; }
p { color: rgb(124,3,156); }
H1.HeaderClassName
{
color: #7C039C;
}
.AnyTagClassName
{
color: #7C039C;
}
</style>
background-color css
<style>
a { background-color: #7C039C; }
a { background-color: rgb(124,3,156); }
div.DivClassName
{
background-color: #7C039C;
}
.BgClassName
{
background-color: #7C039C;
}
</style>
border-color css
<style>
span { border-color: #7C039C; }
span { border-color: rgb(124,3,156); }
td.TdClassName
{
border-color: #7C039C;
}
.TagClassName
{
border-color: #7C039C;
}
</style>