Shades of Dark Magenta #7F07AB
Tints of Dark Magenta #7F07AB
RGB
CMYK
RGB Variations
Color information
#7F07AB (or 0x7F07AB) is known color: Dark Magenta. HEX triplet: 7F, 07 and AB. RGB value is (127,7,171). Sum of RGB (Red+Green+Blue) = 127+7+171=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F07AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F07AB is #80F854. Grayscale: #3D3D3D. Windows color (decimal): -8452181 or 11208575. OLE color: 11208575.
HSL color Cylindrical-coordinate representation of color #7F07AB: hue angle of 283.9º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F07AB is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 7 | 171 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.33 |
| HSL | 283.9º | 0.92% | 0.35% | - |
| HSV(B) | 283.9º | 0.96% | 0.67% | - |
| XYZ | 16.18 | 7.6 | 39.14 | - |
| YUV | 61.58 | 189.76 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 171 | 0.26 | 0.96 | 0 | 0.33 | 283.9 | 0.92 | 0.35 |
| Hex | 7F | 7 | AB | 1A | 60 | 0 | 21 | 11C | 5C | 23 |
| Octal | 177 | 7 | 253 | 32 | 140 | 0 | 41 | 434 | 134 | 43 |
| Binary | 1111111 | 111 | 10101011 | 11010 | 1100000 | 0 | 100001 | 100011100 | 1011100 | 100011 |
Color Harmonies of #7F07AB
Complementary color
Monochromatic Colors of #7F07AB
Black with #7F07AB
Text Example
Text Example
White with #7F07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F07AB; }
p { color: rgb(127,7,171); }
H1.HeaderClassName
{
color: #7F07AB;
}
.AnyTagClassName
{
color: #7F07AB;
}
</style>
background-color css
<style>
a { background-color: #7F07AB; }
a { background-color: rgb(127,7,171); }
div.DivClassName
{
background-color: #7F07AB;
}
.BgClassName
{
background-color: #7F07AB;
}
</style>
border-color css
<style>
span { border-color: #7F07AB; }
span { border-color: rgb(127,7,171); }
td.TdClassName
{
border-color: #7F07AB;
}
.TagClassName
{
border-color: #7F07AB;
}
</style>