Shades of Dark Magenta #7D109B
Tints of Dark Magenta #7D109B
RGB
CMYK
RGB Variations
Color information
#7D109B (or 0x7D109B) is known color: Dark Magenta. HEX triplet: 7D, 10 and 9B. RGB value is (125,16,155). Sum of RGB (Red+Green+Blue) = 125+16+155=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D109B is #82EF64. Grayscale: #3F3F3F. Windows color (decimal): -8580965 or 10162301. OLE color: 10162301.
HSL color Cylindrical-coordinate representation of color #7D109B: hue angle of 287.05º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D109B is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 16 | 155 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.39 |
| HSL | 287.05º | 0.81% | 0.34% | - |
| HSV(B) | 287.05º | 0.9% | 0.61% | - |
| XYZ | 14.56 | 7.1 | 31.61 | - |
| YUV | 64.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 155 | 0.19 | 0.90 | 0 | 0.39 | 287.05 | 0.81 | 0.34 |
| Hex | 7D | 10 | 9B | 13 | 5A | 0 | 27 | 11F | 51 | 22 |
| Octal | 175 | 20 | 233 | 23 | 132 | 0 | 47 | 437 | 121 | 42 |
| Binary | 1111101 | 10000 | 10011011 | 10011 | 1011010 | 0 | 100111 | 100011111 | 1010001 | 100010 |
Color Harmonies of #7D109B
Complementary color
Monochromatic Colors of #7D109B
Black with #7D109B
Text Example
Text Example
White with #7D109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D109B; }
p { color: rgb(125,16,155); }
H1.HeaderClassName
{
color: #7D109B;
}
.AnyTagClassName
{
color: #7D109B;
}
</style>
background-color css
<style>
a { background-color: #7D109B; }
a { background-color: rgb(125,16,155); }
div.DivClassName
{
background-color: #7D109B;
}
.BgClassName
{
background-color: #7D109B;
}
</style>
border-color css
<style>
span { border-color: #7D109B; }
span { border-color: rgb(125,16,155); }
td.TdClassName
{
border-color: #7D109B;
}
.TagClassName
{
border-color: #7D109B;
}
</style>