Shades of Dark Magenta #7A03A4
Tints of Dark Magenta #7A03A4
RGB
CMYK
RGB Variations
Color information
#7A03A4 (or 0x7A03A4) is known color: Dark Magenta. HEX triplet: 7A, 03 and A4. RGB value is (122,3,164). Sum of RGB (Red+Green+Blue) = 122+3+164=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 164 (64.45% from 255 or 56.75% from 289); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A03A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A03A4 is #85FC5B. Grayscale: #383838. Windows color (decimal): -8780892 or 10748794. OLE color: 10748794.
HSL color Cylindrical-coordinate representation of color #7A03A4: hue angle of 284.35º degrees, saturation: 0.96, 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 #7A03A4 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 3 | 164 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.36 |
| HSL | 284.35º | 0.96% | 0.33% | - |
| HSV(B) | 284.35º | 0.98% | 0.64% | - |
| XYZ | 14.76 | 6.88 | 35.67 | - |
| YUV | 56.94 | 188.42 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 164 | 0.26 | 0.98 | 0 | 0.36 | 284.35 | 0.96 | 0.33 |
| Hex | 7A | 3 | A4 | 1A | 62 | 0 | 24 | 11C | 60 | 21 |
| Octal | 172 | 3 | 244 | 32 | 142 | 0 | 44 | 434 | 140 | 41 |
| Binary | 1111010 | 11 | 10100100 | 11010 | 1100010 | 0 | 100100 | 100011100 | 1100000 | 100001 |
Color Harmonies of #7A03A4
Complementary color
Monochromatic Colors of #7A03A4
Black with #7A03A4
Text Example
Text Example
White with #7A03A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A03A4; }
p { color: rgb(122,3,164); }
H1.HeaderClassName
{
color: #7A03A4;
}
.AnyTagClassName
{
color: #7A03A4;
}
</style>
background-color css
<style>
a { background-color: #7A03A4; }
a { background-color: rgb(122,3,164); }
div.DivClassName
{
background-color: #7A03A4;
}
.BgClassName
{
background-color: #7A03A4;
}
</style>
border-color css
<style>
span { border-color: #7A03A4; }
span { border-color: rgb(122,3,164); }
td.TdClassName
{
border-color: #7A03A4;
}
.TagClassName
{
border-color: #7A03A4;
}
</style>