Shades of Dark Magenta #7C06AB
Tints of Dark Magenta #7C06AB
RGB
CMYK
RGB Variations
Color information
#7C06AB (or 0x7C06AB) is known color: Dark Magenta. HEX triplet: 7C, 06 and AB. RGB value is (124,6,171). Sum of RGB (Red+Green+Blue) = 124+6+171=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C06AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C06AB is #83F954. Grayscale: #3B3B3B. Windows color (decimal): -8649045 or 11208316. OLE color: 11208316.
HSL color Cylindrical-coordinate representation of color #7C06AB: hue angle of 282.91º 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 #7C06AB is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 6 | 171 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.33 |
| HSL | 282.91º | 0.93% | 0.35% | - |
| HSV(B) | 282.91º | 0.96% | 0.67% | - |
| XYZ | 15.73 | 7.36 | 39.12 | - |
| YUV | 60.09 | 190.59 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 171 | 0.27 | 0.96 | 0 | 0.33 | 282.91 | 0.93 | 0.35 |
| Hex | 7C | 6 | AB | 1B | 60 | 0 | 21 | 11B | 5D | 23 |
| Octal | 174 | 6 | 253 | 33 | 140 | 0 | 41 | 433 | 135 | 43 |
| Binary | 1111100 | 110 | 10101011 | 11011 | 1100000 | 0 | 100001 | 100011011 | 1011101 | 100011 |
Color Harmonies of #7C06AB
Complementary color
Monochromatic Colors of #7C06AB
Black with #7C06AB
Text Example
Text Example
White with #7C06AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C06AB; }
p { color: rgb(124,6,171); }
H1.HeaderClassName
{
color: #7C06AB;
}
.AnyTagClassName
{
color: #7C06AB;
}
</style>
background-color css
<style>
a { background-color: #7C06AB; }
a { background-color: rgb(124,6,171); }
div.DivClassName
{
background-color: #7C06AB;
}
.BgClassName
{
background-color: #7C06AB;
}
</style>
border-color css
<style>
span { border-color: #7C06AB; }
span { border-color: rgb(124,6,171); }
td.TdClassName
{
border-color: #7C06AB;
}
.TagClassName
{
border-color: #7C06AB;
}
</style>