Shades of Dark Magenta #7F0BAB
Tints of Dark Magenta #7F0BAB
RGB
CMYK
RGB Variations
Color information
#7F0BAB (or 0x7F0BAB) is known color: Dark Magenta. HEX triplet: 7F, 0B and AB. RGB value is (127,11,171). Sum of RGB (Red+Green+Blue) = 127+11+171=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F0BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0BAB is #80F454. Grayscale: #3F3F3F. Windows color (decimal): -8451157 or 11209599. OLE color: 11209599.
HSL color Cylindrical-coordinate representation of color #7F0BAB: hue angle of 283.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0BAB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 11 | 171 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.33 |
| HSL | 283.5º | 0.88% | 0.36% | - |
| HSV(B) | 283.5º | 0.94% | 0.67% | - |
| XYZ | 16.22 | 7.69 | 39.16 | - |
| YUV | 63.92 | 188.43 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 171 | 0.26 | 0.94 | 0 | 0.33 | 283.5 | 0.88 | 0.36 |
| Hex | 7F | B | AB | 1A | 5E | 0 | 21 | 11C | 58 | 24 |
| Octal | 177 | 13 | 253 | 32 | 136 | 0 | 41 | 434 | 130 | 44 |
| Binary | 1111111 | 1011 | 10101011 | 11010 | 1011110 | 0 | 100001 | 100011100 | 1011000 | 100100 |
Color Harmonies of #7F0BAB
Complementary color
Monochromatic Colors of #7F0BAB
Black with #7F0BAB
Text Example
Text Example
White with #7F0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0BAB; }
p { color: rgb(127,11,171); }
H1.HeaderClassName
{
color: #7F0BAB;
}
.AnyTagClassName
{
color: #7F0BAB;
}
</style>
background-color css
<style>
a { background-color: #7F0BAB; }
a { background-color: rgb(127,11,171); }
div.DivClassName
{
background-color: #7F0BAB;
}
.BgClassName
{
background-color: #7F0BAB;
}
</style>
border-color css
<style>
span { border-color: #7F0BAB; }
span { border-color: rgb(127,11,171); }
td.TdClassName
{
border-color: #7F0BAB;
}
.TagClassName
{
border-color: #7F0BAB;
}
</style>