Shades of Dark Magenta #7D08AC
Tints of Dark Magenta #7D08AC
RGB
CMYK
RGB Variations
Color information
#7D08AC (or 0x7D08AC) is known color: Dark Magenta. HEX triplet: 7D, 08 and AC. RGB value is (125,8,172). Sum of RGB (Red+Green+Blue) = 125+8+172=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D08AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D08AC is #82F753. Grayscale: #3D3D3D. Windows color (decimal): -8582996 or 11274365. OLE color: 11274365.
HSL color Cylindrical-coordinate representation of color #7D08AC: hue angle of 282.8º 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 #7D08AC is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 8 | 172 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.33 |
| HSL | 282.8º | 0.91% | 0.35% | - |
| HSV(B) | 282.8º | 0.95% | 0.67% | - |
| XYZ | 15.99 | 7.51 | 39.64 | - |
| YUV | 61.68 | 190.26 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 172 | 0.27 | 0.95 | 0 | 0.33 | 282.8 | 0.91 | 0.35 |
| Hex | 7D | 8 | AC | 1B | 5F | 0 | 21 | 11B | 5B | 23 |
| Octal | 175 | 10 | 254 | 33 | 137 | 0 | 41 | 433 | 133 | 43 |
| Binary | 1111101 | 1000 | 10101100 | 11011 | 1011111 | 0 | 100001 | 100011011 | 1011011 | 100011 |
Color Harmonies of #7D08AC
Complementary color
Monochromatic Colors of #7D08AC
Black with #7D08AC
Text Example
Text Example
White with #7D08AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D08AC; }
p { color: rgb(125,8,172); }
H1.HeaderClassName
{
color: #7D08AC;
}
.AnyTagClassName
{
color: #7D08AC;
}
</style>
background-color css
<style>
a { background-color: #7D08AC; }
a { background-color: rgb(125,8,172); }
div.DivClassName
{
background-color: #7D08AC;
}
.BgClassName
{
background-color: #7D08AC;
}
</style>
border-color css
<style>
span { border-color: #7D08AC; }
span { border-color: rgb(125,8,172); }
td.TdClassName
{
border-color: #7D08AC;
}
.TagClassName
{
border-color: #7D08AC;
}
</style>