Shades of Dark Magenta #7F00AB
Tints of Dark Magenta #7F00AB
RGB
CMYK
RGB Variations
Color information
#7F00AB (or 0x7F00AB) is known color: Dark Magenta. HEX triplet: 7F, 00 and AB. RGB value is (127,0,171). Sum of RGB (Red+Green+Blue) = 127+0+171=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F00AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F00AB is #80FF54. Grayscale: #383838. Windows color (decimal): -8453973 or 11206783. OLE color: 11206783.
HSL color Cylindrical-coordinate representation of color #7F00AB: hue angle of 284.56º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F00AB is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 0 | 171 | - |
| CMYK | 0.26 | 1 | 0 | 0.33 |
| HSL | 284.56º | 1% | 0.34% | - |
| HSV(B) | 284.56º | 1% | 0.67% | - |
| XYZ | 16.1 | 7.45 | 39.12 | - |
| YUV | 57.47 | 192.08 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 171 | 0.26 | 1 | 0 | 0.33 | 284.56 | 1 | 0.34 |
| Hex | 7F | 0 | AB | 1A | 64 | 0 | 21 | 11D | 64 | 22 |
| Octal | 177 | 0 | 253 | 32 | 144 | 0 | 41 | 435 | 144 | 42 |
| Binary | 1111111 | 0 | 10101011 | 11010 | 1100100 | 0 | 100001 | 100011101 | 1100100 | 100010 |
Color Harmonies of #7F00AB
Complementary color
Monochromatic Colors of #7F00AB
Black with #7F00AB
Text Example
Text Example
White with #7F00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F00AB; }
p { color: rgb(127,0,171); }
H1.HeaderClassName
{
color: #7F00AB;
}
.AnyTagClassName
{
color: #7F00AB;
}
</style>
background-color css
<style>
a { background-color: #7F00AB; }
a { background-color: rgb(127,0,171); }
div.DivClassName
{
background-color: #7F00AB;
}
.BgClassName
{
background-color: #7F00AB;
}
</style>
border-color css
<style>
span { border-color: #7F00AB; }
span { border-color: rgb(127,0,171); }
td.TdClassName
{
border-color: #7F00AB;
}
.TagClassName
{
border-color: #7F00AB;
}
</style>