Shades of Dark Magenta #7C05AB
Tints of Dark Magenta #7C05AB
RGB
CMYK
RGB Variations
Color information
#7C05AB (or 0x7C05AB) is known color: Dark Magenta. HEX triplet: 7C, 05 and AB. RGB value is (124,5,171). Sum of RGB (Red+Green+Blue) = 124+5+171=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C05AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C05AB is #83FA54. Grayscale: #3A3A3A. Windows color (decimal): -8649301 or 11208060. OLE color: 11208060.
HSL color Cylindrical-coordinate representation of color #7C05AB: hue angle of 283.01º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C05AB is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 5 | 171 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.33 |
| HSL | 283.01º | 0.94% | 0.35% | - |
| HSV(B) | 283.01º | 0.97% | 0.67% | - |
| XYZ | 15.72 | 7.33 | 39.12 | - |
| YUV | 59.51 | 190.92 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 171 | 0.27 | 0.97 | 0 | 0.33 | 283.01 | 0.94 | 0.35 |
| Hex | 7C | 5 | AB | 1B | 61 | 0 | 21 | 11B | 5E | 23 |
| Octal | 174 | 5 | 253 | 33 | 141 | 0 | 41 | 433 | 136 | 43 |
| Binary | 1111100 | 101 | 10101011 | 11011 | 1100001 | 0 | 100001 | 100011011 | 1011110 | 100011 |
Color Harmonies of #7C05AB
Complementary color
Monochromatic Colors of #7C05AB
Black with #7C05AB
Text Example
Text Example
White with #7C05AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C05AB; }
p { color: rgb(124,5,171); }
H1.HeaderClassName
{
color: #7C05AB;
}
.AnyTagClassName
{
color: #7C05AB;
}
</style>
background-color css
<style>
a { background-color: #7C05AB; }
a { background-color: rgb(124,5,171); }
div.DivClassName
{
background-color: #7C05AB;
}
.BgClassName
{
background-color: #7C05AB;
}
</style>
border-color css
<style>
span { border-color: #7C05AB; }
span { border-color: rgb(124,5,171); }
td.TdClassName
{
border-color: #7C05AB;
}
.TagClassName
{
border-color: #7C05AB;
}
</style>