Shades of Dark Magenta #7A0FAB
Tints of Dark Magenta #7A0FAB
RGB
CMYK
RGB Variations
Color information
#7A0FAB (or 0x7A0FAB) is known color: Dark Magenta. HEX triplet: 7A, 0F and AB. RGB value is (122,15,171). Sum of RGB (Red+Green+Blue) = 122+15+171=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A0FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0FAB is #85F054. Grayscale: #404040. Windows color (decimal): -8777813 or 11210618. OLE color: 11210618.
HSL color Cylindrical-coordinate representation of color #7A0FAB: hue angle of 281.15º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A0FAB is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 15 | 171 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.33 |
| HSL | 281.15º | 0.84% | 0.36% | - |
| HSV(B) | 281.15º | 0.91% | 0.67% | - |
| XYZ | 15.55 | 7.42 | 39.14 | - |
| YUV | 64.78 | 187.95 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 15 | 171 | 0.29 | 0.91 | 0 | 0.33 | 281.15 | 0.84 | 0.36 |
| Hex | 7A | F | AB | 1D | 5B | 0 | 21 | 119 | 54 | 24 |
| Octal | 172 | 17 | 253 | 35 | 133 | 0 | 41 | 431 | 124 | 44 |
| Binary | 1111010 | 1111 | 10101011 | 11101 | 1011011 | 0 | 100001 | 100011001 | 1010100 | 100100 |
Color Harmonies of #7A0FAB
Complementary color
Monochromatic Colors of #7A0FAB
Black with #7A0FAB
Text Example
Text Example
White with #7A0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0FAB; }
p { color: rgb(122,15,171); }
H1.HeaderClassName
{
color: #7A0FAB;
}
.AnyTagClassName
{
color: #7A0FAB;
}
</style>
background-color css
<style>
a { background-color: #7A0FAB; }
a { background-color: rgb(122,15,171); }
div.DivClassName
{
background-color: #7A0FAB;
}
.BgClassName
{
background-color: #7A0FAB;
}
</style>
border-color css
<style>
span { border-color: #7A0FAB; }
span { border-color: rgb(122,15,171); }
td.TdClassName
{
border-color: #7A0FAB;
}
.TagClassName
{
border-color: #7A0FAB;
}
</style>