Shades of Dark Magenta #7C08AB
Tints of Dark Magenta #7C08AB
RGB
CMYK
RGB Variations
Color information
#7C08AB (or 0x7C08AB) is known color: Dark Magenta. HEX triplet: 7C, 08 and AB. RGB value is (124,8,171). Sum of RGB (Red+Green+Blue) = 124+8+171=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C08AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C08AB is #83F754. Grayscale: #3C3C3C. Windows color (decimal): -8648533 or 11208828. OLE color: 11208828.
HSL color Cylindrical-coordinate representation of color #7C08AB: hue angle of 282.7º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C08AB is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 8 | 171 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.33 |
| HSL | 282.7º | 0.91% | 0.35% | - |
| HSV(B) | 282.7º | 0.95% | 0.67% | - |
| XYZ | 15.75 | 7.4 | 39.13 | - |
| YUV | 61.27 | 189.93 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 171 | 0.27 | 0.95 | 0 | 0.33 | 282.7 | 0.91 | 0.35 |
| Hex | 7C | 8 | AB | 1B | 5F | 0 | 21 | 11B | 5B | 23 |
| Octal | 174 | 10 | 253 | 33 | 137 | 0 | 41 | 433 | 133 | 43 |
| Binary | 1111100 | 1000 | 10101011 | 11011 | 1011111 | 0 | 100001 | 100011011 | 1011011 | 100011 |
Color Harmonies of #7C08AB
Complementary color
Monochromatic Colors of #7C08AB
Black with #7C08AB
Text Example
Text Example
White with #7C08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C08AB; }
p { color: rgb(124,8,171); }
H1.HeaderClassName
{
color: #7C08AB;
}
.AnyTagClassName
{
color: #7C08AB;
}
</style>
background-color css
<style>
a { background-color: #7C08AB; }
a { background-color: rgb(124,8,171); }
div.DivClassName
{
background-color: #7C08AB;
}
.BgClassName
{
background-color: #7C08AB;
}
</style>
border-color css
<style>
span { border-color: #7C08AB; }
span { border-color: rgb(124,8,171); }
td.TdClassName
{
border-color: #7C08AB;
}
.TagClassName
{
border-color: #7C08AB;
}
</style>