Shades of Dark Magenta #7A02AC
Tints of Dark Magenta #7A02AC
RGB
CMYK
RGB Variations
Color information
#7A02AC (or 0x7A02AC) is known color: Dark Magenta. HEX triplet: 7A, 02 and AC. RGB value is (122,2,172). Sum of RGB (Red+Green+Blue) = 122+2+172=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A02AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A02AC is #85FD53. Grayscale: #383838. Windows color (decimal): -8781140 or 11272826. OLE color: 11272826.
HSL color Cylindrical-coordinate representation of color #7A02AC: hue angle of 282.35º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A02AC is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 2 | 172 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.33 |
| HSL | 282.35º | 0.98% | 0.34% | - |
| HSV(B) | 282.35º | 0.99% | 0.67% | - |
| XYZ | 15.49 | 7.16 | 39.6 | - |
| YUV | 57.26 | 192.76 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 172 | 0.29 | 0.99 | 0 | 0.33 | 282.35 | 0.98 | 0.34 |
| Hex | 7A | 2 | AC | 1D | 63 | 0 | 21 | 11A | 62 | 22 |
| Octal | 172 | 2 | 254 | 35 | 143 | 0 | 41 | 432 | 142 | 42 |
| Binary | 1111010 | 10 | 10101100 | 11101 | 1100011 | 0 | 100001 | 100011010 | 1100010 | 100010 |
Color Harmonies of #7A02AC
Complementary color
Monochromatic Colors of #7A02AC
Black with #7A02AC
Text Example
Text Example
White with #7A02AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A02AC; }
p { color: rgb(122,2,172); }
H1.HeaderClassName
{
color: #7A02AC;
}
.AnyTagClassName
{
color: #7A02AC;
}
</style>
background-color css
<style>
a { background-color: #7A02AC; }
a { background-color: rgb(122,2,172); }
div.DivClassName
{
background-color: #7A02AC;
}
.BgClassName
{
background-color: #7A02AC;
}
</style>
border-color css
<style>
span { border-color: #7A02AC; }
span { border-color: rgb(122,2,172); }
td.TdClassName
{
border-color: #7A02AC;
}
.TagClassName
{
border-color: #7A02AC;
}
</style>