Shades of Dark Magenta #7A04AB
Tints of Dark Magenta #7A04AB
RGB
CMYK
RGB Variations
Color information
#7A04AB (or 0x7A04AB) is known color: Dark Magenta. HEX triplet: 7A, 04 and AB. RGB value is (122,4,171). Sum of RGB (Red+Green+Blue) = 122+4+171=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A04AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A04AB is #85FB54. Grayscale: #393939. Windows color (decimal): -8780629 or 11207802. OLE color: 11207802.
HSL color Cylindrical-coordinate representation of color #7A04AB: hue angle of 282.4º degrees, saturation: 0.95, 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 #7A04AB is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 4 | 171 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.33 |
| HSL | 282.4º | 0.95% | 0.34% | - |
| HSV(B) | 282.4º | 0.98% | 0.67% | - |
| XYZ | 15.42 | 7.16 | 39.1 | - |
| YUV | 58.32 | 191.59 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 4 | 171 | 0.29 | 0.98 | 0 | 0.33 | 282.4 | 0.95 | 0.34 |
| Hex | 7A | 4 | AB | 1D | 62 | 0 | 21 | 11A | 5F | 22 |
| Octal | 172 | 4 | 253 | 35 | 142 | 0 | 41 | 432 | 137 | 42 |
| Binary | 1111010 | 100 | 10101011 | 11101 | 1100010 | 0 | 100001 | 100011010 | 1011111 | 100010 |
Color Harmonies of #7A04AB
Complementary color
Monochromatic Colors of #7A04AB
Black with #7A04AB
Text Example
Text Example
White with #7A04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A04AB; }
p { color: rgb(122,4,171); }
H1.HeaderClassName
{
color: #7A04AB;
}
.AnyTagClassName
{
color: #7A04AB;
}
</style>
background-color css
<style>
a { background-color: #7A04AB; }
a { background-color: rgb(122,4,171); }
div.DivClassName
{
background-color: #7A04AB;
}
.BgClassName
{
background-color: #7A04AB;
}
</style>
border-color css
<style>
span { border-color: #7A04AB; }
span { border-color: rgb(122,4,171); }
td.TdClassName
{
border-color: #7A04AB;
}
.TagClassName
{
border-color: #7A04AB;
}
</style>