Shades of Dark Magenta #7F06AB
Tints of Dark Magenta #7F06AB
RGB
CMYK
RGB Variations
Color information
#7F06AB (or 0x7F06AB) is known color: Dark Magenta. HEX triplet: 7F, 06 and AB. RGB value is (127,6,171). Sum of RGB (Red+Green+Blue) = 127+6+171=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F06AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F06AB is #80F954. Grayscale: #3C3C3C. Windows color (decimal): -8452437 or 11208319. OLE color: 11208319.
HSL color Cylindrical-coordinate representation of color #7F06AB: hue angle of 284º degrees, saturation: 0.93, 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 #7F06AB is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 6 | 171 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.33 |
| HSL | 284º | 0.93% | 0.35% | - |
| HSV(B) | 284º | 0.96% | 0.67% | - |
| XYZ | 16.17 | 7.58 | 39.14 | - |
| YUV | 60.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 6 | 171 | 0.26 | 0.96 | 0 | 0.33 | 284 | 0.93 | 0.35 |
| Hex | 7F | 6 | AB | 1A | 60 | 0 | 21 | 11C | 5D | 23 |
| Octal | 177 | 6 | 253 | 32 | 140 | 0 | 41 | 434 | 135 | 43 |
| Binary | 1111111 | 110 | 10101011 | 11010 | 1100000 | 0 | 100001 | 100011100 | 1011101 | 100011 |
Color Harmonies of #7F06AB
Complementary color
Monochromatic Colors of #7F06AB
Black with #7F06AB
Text Example
Text Example
White with #7F06AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F06AB; }
p { color: rgb(127,6,171); }
H1.HeaderClassName
{
color: #7F06AB;
}
.AnyTagClassName
{
color: #7F06AB;
}
</style>
background-color css
<style>
a { background-color: #7F06AB; }
a { background-color: rgb(127,6,171); }
div.DivClassName
{
background-color: #7F06AB;
}
.BgClassName
{
background-color: #7F06AB;
}
</style>
border-color css
<style>
span { border-color: #7F06AB; }
span { border-color: rgb(127,6,171); }
td.TdClassName
{
border-color: #7F06AB;
}
.TagClassName
{
border-color: #7F06AB;
}
</style>