Shades of Dark Magenta #7C0BAC
Tints of Dark Magenta #7C0BAC
RGB
CMYK
RGB Variations
Color information
#7C0BAC (or 0x7C0BAC) is known color: Dark Magenta. HEX triplet: 7C, 0B and AC. RGB value is (124,11,172). Sum of RGB (Red+Green+Blue) = 124+11+172=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C0BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0BAC is #83F453. Grayscale: #3E3E3E. Windows color (decimal): -8647764 or 11275132. OLE color: 11275132.
HSL color Cylindrical-coordinate representation of color #7C0BAC: hue angle of 282.11º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0BAC is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 11 | 172 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.33 |
| HSL | 282.11º | 0.88% | 0.36% | - |
| HSV(B) | 282.11º | 0.94% | 0.67% | - |
| XYZ | 15.88 | 7.5 | 39.64 | - |
| YUV | 63.14 | 189.44 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 11 | 172 | 0.28 | 0.94 | 0 | 0.33 | 282.11 | 0.88 | 0.36 |
| Hex | 7C | B | AC | 1C | 5E | 0 | 21 | 11A | 58 | 24 |
| Octal | 174 | 13 | 254 | 34 | 136 | 0 | 41 | 432 | 130 | 44 |
| Binary | 1111100 | 1011 | 10101100 | 11100 | 1011110 | 0 | 100001 | 100011010 | 1011000 | 100100 |
Color Harmonies of #7C0BAC
Complementary color
Monochromatic Colors of #7C0BAC
Black with #7C0BAC
Text Example
Text Example
White with #7C0BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0BAC; }
p { color: rgb(124,11,172); }
H1.HeaderClassName
{
color: #7C0BAC;
}
.AnyTagClassName
{
color: #7C0BAC;
}
</style>
background-color css
<style>
a { background-color: #7C0BAC; }
a { background-color: rgb(124,11,172); }
div.DivClassName
{
background-color: #7C0BAC;
}
.BgClassName
{
background-color: #7C0BAC;
}
</style>
border-color css
<style>
span { border-color: #7C0BAC; }
span { border-color: rgb(124,11,172); }
td.TdClassName
{
border-color: #7C0BAC;
}
.TagClassName
{
border-color: #7C0BAC;
}
</style>