Shades of Dark Magenta #7D08AB
Tints of Dark Magenta #7D08AB
RGB
CMYK
RGB Variations
Color information
#7D08AB (or 0x7D08AB) is known color: Dark Magenta. HEX triplet: 7D, 08 and AB. RGB value is (125,8,171). Sum of RGB (Red+Green+Blue) = 125+8+171=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 8 (3.52% from 255 or 2.63% 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 #7D08AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D08AB is #82F754. Grayscale: #3D3D3D. Windows color (decimal): -8582997 or 11208829. OLE color: 11208829.
HSL color Cylindrical-coordinate representation of color #7D08AB: hue angle of 283.07º 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 #7D08AB is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 8 | 171 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.33 |
| HSL | 283.07º | 0.91% | 0.35% | - |
| HSV(B) | 283.07º | 0.95% | 0.67% | - |
| XYZ | 15.89 | 7.47 | 39.13 | - |
| YUV | 61.57 | 189.76 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 171 | 0.27 | 0.95 | 0 | 0.33 | 283.07 | 0.91 | 0.35 |
| Hex | 7D | 8 | AB | 1B | 5F | 0 | 21 | 11B | 5B | 23 |
| Octal | 175 | 10 | 253 | 33 | 137 | 0 | 41 | 433 | 133 | 43 |
| Binary | 1111101 | 1000 | 10101011 | 11011 | 1011111 | 0 | 100001 | 100011011 | 1011011 | 100011 |
Color Harmonies of #7D08AB
Complementary color
Monochromatic Colors of #7D08AB
Black with #7D08AB
Text Example
Text Example
White with #7D08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D08AB; }
p { color: rgb(125,8,171); }
H1.HeaderClassName
{
color: #7D08AB;
}
.AnyTagClassName
{
color: #7D08AB;
}
</style>
background-color css
<style>
a { background-color: #7D08AB; }
a { background-color: rgb(125,8,171); }
div.DivClassName
{
background-color: #7D08AB;
}
.BgClassName
{
background-color: #7D08AB;
}
</style>
border-color css
<style>
span { border-color: #7D08AB; }
span { border-color: rgb(125,8,171); }
td.TdClassName
{
border-color: #7D08AB;
}
.TagClassName
{
border-color: #7D08AB;
}
</style>