Shades of Dark Magenta #7D079D
Tints of Dark Magenta #7D079D
RGB
CMYK
RGB Variations
Color information
#7D079D (or 0x7D079D) is known color: Dark Magenta. HEX triplet: 7D, 07 and 9D. RGB value is (125,7,157). Sum of RGB (Red+Green+Blue) = 125+7+157=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D079D is #82F862. Grayscale: #3A3A3A. Windows color (decimal): -8583267 or 10291069. OLE color: 10291069.
HSL color Cylindrical-coordinate representation of color #7D079D: hue angle of 287.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D079D is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 7 | 157 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.38 |
| HSL | 287.2º | 0.91% | 0.32% | - |
| HSV(B) | 287.2º | 0.96% | 0.62% | - |
| XYZ | 14.62 | 6.95 | 32.47 | - |
| YUV | 59.38 | 183.09 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 7 | 157 | 0.20 | 0.96 | 0 | 0.38 | 287.2 | 0.91 | 0.32 |
| Hex | 7D | 7 | 9D | 14 | 60 | 0 | 26 | 11F | 5B | 20 |
| Octal | 175 | 7 | 235 | 24 | 140 | 0 | 46 | 437 | 133 | 40 |
| Binary | 1111101 | 111 | 10011101 | 10100 | 1100000 | 0 | 100110 | 100011111 | 1011011 | 100000 |
Color Harmonies of #7D079D
Complementary color
Monochromatic Colors of #7D079D
Black with #7D079D
Text Example
Text Example
White with #7D079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D079D; }
p { color: rgb(125,7,157); }
H1.HeaderClassName
{
color: #7D079D;
}
.AnyTagClassName
{
color: #7D079D;
}
</style>
background-color css
<style>
a { background-color: #7D079D; }
a { background-color: rgb(125,7,157); }
div.DivClassName
{
background-color: #7D079D;
}
.BgClassName
{
background-color: #7D079D;
}
</style>
border-color css
<style>
span { border-color: #7D079D; }
span { border-color: rgb(125,7,157); }
td.TdClassName
{
border-color: #7D079D;
}
.TagClassName
{
border-color: #7D079D;
}
</style>