Shades of Dark Magenta #7A08AB
Tints of Dark Magenta #7A08AB
RGB
CMYK
RGB Variations
Color information
#7A08AB (or 0x7A08AB) is known color: Dark Magenta. HEX triplet: 7A, 08 and AB. RGB value is (122,8,171). Sum of RGB (Red+Green+Blue) = 122+8+171=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A08AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A08AB is #85F754. Grayscale: #3C3C3C. Windows color (decimal): -8779605 or 11208826. OLE color: 11208826.
HSL color Cylindrical-coordinate representation of color #7A08AB: hue angle of 281.96º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A08AB is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 8 | 171 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.33 |
| HSL | 281.96º | 0.91% | 0.35% | - |
| HSV(B) | 281.96º | 0.95% | 0.67% | - |
| XYZ | 15.46 | 7.25 | 39.11 | - |
| YUV | 60.67 | 190.27 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 171 | 0.29 | 0.95 | 0 | 0.33 | 281.96 | 0.91 | 0.35 |
| Hex | 7A | 8 | AB | 1D | 5F | 0 | 21 | 11A | 5B | 23 |
| Octal | 172 | 10 | 253 | 35 | 137 | 0 | 41 | 432 | 133 | 43 |
| Binary | 1111010 | 1000 | 10101011 | 11101 | 1011111 | 0 | 100001 | 100011010 | 1011011 | 100011 |
Color Harmonies of #7A08AB
Complementary color
Monochromatic Colors of #7A08AB
Black with #7A08AB
Text Example
Text Example
White with #7A08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A08AB; }
p { color: rgb(122,8,171); }
H1.HeaderClassName
{
color: #7A08AB;
}
.AnyTagClassName
{
color: #7A08AB;
}
</style>
background-color css
<style>
a { background-color: #7A08AB; }
a { background-color: rgb(122,8,171); }
div.DivClassName
{
background-color: #7A08AB;
}
.BgClassName
{
background-color: #7A08AB;
}
</style>
border-color css
<style>
span { border-color: #7A08AB; }
span { border-color: rgb(122,8,171); }
td.TdClassName
{
border-color: #7A08AB;
}
.TagClassName
{
border-color: #7A08AB;
}
</style>