Shades of Dark Magenta #7C04A3
Tints of Dark Magenta #7C04A3
RGB
CMYK
RGB Variations
Color information
#7C04A3 (or 0x7C04A3) is known color: Dark Magenta. HEX triplet: 7C, 04 and A3. RGB value is (124,4,163). Sum of RGB (Red+Green+Blue) = 124+4+163=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 163 (64.06% from 255 or 56.01% from 291); Max value from RGB is 163 - color contains mainly: blue. Hex color #7C04A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C04A3 is #83FB5C. Grayscale: #393939. Windows color (decimal): -8649565 or 10683516. OLE color: 10683516.
HSL color Cylindrical-coordinate representation of color #7C04A3: hue angle of 285.28º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C04A3 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 4 | 163 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.36 |
| HSL | 285.28º | 0.95% | 0.33% | - |
| HSV(B) | 285.28º | 0.98% | 0.64% | - |
| XYZ | 14.97 | 7.02 | 35.22 | - |
| YUV | 58.01 | 187.26 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 163 | 0.24 | 0.98 | 0 | 0.36 | 285.28 | 0.95 | 0.33 |
| Hex | 7C | 4 | A3 | 18 | 62 | 0 | 24 | 11D | 5F | 21 |
| Octal | 174 | 4 | 243 | 30 | 142 | 0 | 44 | 435 | 137 | 41 |
| Binary | 1111100 | 100 | 10100011 | 11000 | 1100010 | 0 | 100100 | 100011101 | 1011111 | 100001 |
Color Harmonies of #7C04A3
Complementary color
Monochromatic Colors of #7C04A3
Black with #7C04A3
Text Example
Text Example
White with #7C04A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C04A3; }
p { color: rgb(124,4,163); }
H1.HeaderClassName
{
color: #7C04A3;
}
.AnyTagClassName
{
color: #7C04A3;
}
</style>
background-color css
<style>
a { background-color: #7C04A3; }
a { background-color: rgb(124,4,163); }
div.DivClassName
{
background-color: #7C04A3;
}
.BgClassName
{
background-color: #7C04A3;
}
</style>
border-color css
<style>
span { border-color: #7C04A3; }
span { border-color: rgb(124,4,163); }
td.TdClassName
{
border-color: #7C04A3;
}
.TagClassName
{
border-color: #7C04A3;
}
</style>