Shades of Dark Magenta #7F0AAB
Tints of Dark Magenta #7F0AAB
RGB
CMYK
RGB Variations
Color information
#7F0AAB (or 0x7F0AAB) is known color: Dark Magenta. HEX triplet: 7F, 0A and AB. RGB value is (127,10,171). Sum of RGB (Red+Green+Blue) = 127+10+171=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 10 (4.30% from 255 or 3.25% 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 #7F0AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0AAB is #80F554. Grayscale: #3E3E3E. Windows color (decimal): -8451413 or 11209343. OLE color: 11209343.
HSL color Cylindrical-coordinate representation of color #7F0AAB: hue angle of 283.6º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0AAB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 10 | 171 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.33 |
| HSL | 283.6º | 0.89% | 0.35% | - |
| HSV(B) | 283.6º | 0.94% | 0.67% | - |
| XYZ | 16.21 | 7.67 | 39.15 | - |
| YUV | 63.34 | 188.76 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 10 | 171 | 0.26 | 0.94 | 0 | 0.33 | 283.6 | 0.89 | 0.35 |
| Hex | 7F | A | AB | 1A | 5E | 0 | 21 | 11C | 59 | 23 |
| Octal | 177 | 12 | 253 | 32 | 136 | 0 | 41 | 434 | 131 | 43 |
| Binary | 1111111 | 1010 | 10101011 | 11010 | 1011110 | 0 | 100001 | 100011100 | 1011001 | 100011 |
Color Harmonies of #7F0AAB
Complementary color
Monochromatic Colors of #7F0AAB
Black with #7F0AAB
Text Example
Text Example
White with #7F0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0AAB; }
p { color: rgb(127,10,171); }
H1.HeaderClassName
{
color: #7F0AAB;
}
.AnyTagClassName
{
color: #7F0AAB;
}
</style>
background-color css
<style>
a { background-color: #7F0AAB; }
a { background-color: rgb(127,10,171); }
div.DivClassName
{
background-color: #7F0AAB;
}
.BgClassName
{
background-color: #7F0AAB;
}
</style>
border-color css
<style>
span { border-color: #7F0AAB; }
span { border-color: rgb(127,10,171); }
td.TdClassName
{
border-color: #7F0AAB;
}
.TagClassName
{
border-color: #7F0AAB;
}
</style>