Shades of Dark Magenta #7C03AB
Tints of Dark Magenta #7C03AB
RGB
CMYK
RGB Variations
Color information
#7C03AB (or 0x7C03AB) is known color: Dark Magenta. HEX triplet: 7C, 03 and AB. RGB value is (124,3,171). Sum of RGB (Red+Green+Blue) = 124+3+171=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C03AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C03AB is #83FC54. Grayscale: #393939. Windows color (decimal): -8649813 or 11207548. OLE color: 11207548.
HSL color Cylindrical-coordinate representation of color #7C03AB: hue angle of 283.21º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C03AB is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 3 | 171 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.33 |
| HSL | 283.21º | 0.97% | 0.34% | - |
| HSV(B) | 283.21º | 0.98% | 0.67% | - |
| XYZ | 15.7 | 7.29 | 39.11 | - |
| YUV | 58.33 | 191.59 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 171 | 0.27 | 0.98 | 0 | 0.33 | 283.21 | 0.97 | 0.34 |
| Hex | 7C | 3 | AB | 1B | 62 | 0 | 21 | 11B | 61 | 22 |
| Octal | 174 | 3 | 253 | 33 | 142 | 0 | 41 | 433 | 141 | 42 |
| Binary | 1111100 | 11 | 10101011 | 11011 | 1100010 | 0 | 100001 | 100011011 | 1100001 | 100010 |
Color Harmonies of #7C03AB
Complementary color
Monochromatic Colors of #7C03AB
Black with #7C03AB
Text Example
Text Example
White with #7C03AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C03AB; }
p { color: rgb(124,3,171); }
H1.HeaderClassName
{
color: #7C03AB;
}
.AnyTagClassName
{
color: #7C03AB;
}
</style>
background-color css
<style>
a { background-color: #7C03AB; }
a { background-color: rgb(124,3,171); }
div.DivClassName
{
background-color: #7C03AB;
}
.BgClassName
{
background-color: #7C03AB;
}
</style>
border-color css
<style>
span { border-color: #7C03AB; }
span { border-color: rgb(124,3,171); }
td.TdClassName
{
border-color: #7C03AB;
}
.TagClassName
{
border-color: #7C03AB;
}
</style>