Shades of Dark Magenta #7D0CAB
Tints of Dark Magenta #7D0CAB
RGB
CMYK
RGB Variations
Color information
#7D0CAB (or 0x7D0CAB) is known color: Dark Magenta. HEX triplet: 7D, 0C and AB. RGB value is (125,12,171). Sum of RGB (Red+Green+Blue) = 125+12+171=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D0CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0CAB is #82F354. Grayscale: #3F3F3F. Windows color (decimal): -8581973 or 11209853. OLE color: 11209853.
HSL color Cylindrical-coordinate representation of color #7D0CAB: hue angle of 282.64º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0CAB is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 12 | 171 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.33 |
| HSL | 282.64º | 0.87% | 0.36% | - |
| HSV(B) | 282.64º | 0.93% | 0.67% | - |
| XYZ | 15.94 | 7.56 | 39.15 | - |
| YUV | 63.91 | 188.44 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 12 | 171 | 0.27 | 0.93 | 0 | 0.33 | 282.64 | 0.87 | 0.36 |
| Hex | 7D | C | AB | 1B | 5D | 0 | 21 | 11B | 57 | 24 |
| Octal | 175 | 14 | 253 | 33 | 135 | 0 | 41 | 433 | 127 | 44 |
| Binary | 1111101 | 1100 | 10101011 | 11011 | 1011101 | 0 | 100001 | 100011011 | 1010111 | 100100 |
Color Harmonies of #7D0CAB
Complementary color
Monochromatic Colors of #7D0CAB
Black with #7D0CAB
Text Example
Text Example
White with #7D0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0CAB; }
p { color: rgb(125,12,171); }
H1.HeaderClassName
{
color: #7D0CAB;
}
.AnyTagClassName
{
color: #7D0CAB;
}
</style>
background-color css
<style>
a { background-color: #7D0CAB; }
a { background-color: rgb(125,12,171); }
div.DivClassName
{
background-color: #7D0CAB;
}
.BgClassName
{
background-color: #7D0CAB;
}
</style>
border-color css
<style>
span { border-color: #7D0CAB; }
span { border-color: rgb(125,12,171); }
td.TdClassName
{
border-color: #7D0CAB;
}
.TagClassName
{
border-color: #7D0CAB;
}
</style>