Shades of Dark Magenta #7D0F92
Tints of Dark Magenta #7D0F92
RGB
CMYK
RGB Variations
Color information
#7D0F92 (or 0x7D0F92) is known color: Dark Magenta. HEX triplet: 7D, 0F and 92. RGB value is (125,15,146). Sum of RGB (Red+Green+Blue) = 125+15+146=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D0F92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0F92 is #82F06D. Grayscale: #3E3E3E. Windows color (decimal): -8581230 or 9572221. OLE color: 9572221.
HSL color Cylindrical-coordinate representation of color #7D0F92: hue angle of 290.38º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0F92 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 15 | 146 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.43 |
| HSL | 290.38º | 0.81% | 0.32% | - |
| HSV(B) | 290.38º | 0.9% | 0.57% | - |
| XYZ | 13.82 | 6.78 | 27.77 | - |
| YUV | 62.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 15 | 146 | 0.14 | 0.90 | 0 | 0.43 | 290.38 | 0.81 | 0.32 |
| Hex | 7D | F | 92 | E | 5A | 0 | 2B | 122 | 51 | 20 |
| Octal | 175 | 17 | 222 | 16 | 132 | 0 | 53 | 442 | 121 | 40 |
| Binary | 1111101 | 1111 | 10010010 | 1110 | 1011010 | 0 | 101011 | 100100010 | 1010001 | 100000 |
Color Harmonies of #7D0F92
Complementary color
Monochromatic Colors of #7D0F92
Black with #7D0F92
Text Example
Text Example
White with #7D0F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0F92; }
p { color: rgb(125,15,146); }
H1.HeaderClassName
{
color: #7D0F92;
}
.AnyTagClassName
{
color: #7D0F92;
}
</style>
background-color css
<style>
a { background-color: #7D0F92; }
a { background-color: rgb(125,15,146); }
div.DivClassName
{
background-color: #7D0F92;
}
.BgClassName
{
background-color: #7D0F92;
}
</style>
border-color css
<style>
span { border-color: #7D0F92; }
span { border-color: rgb(125,15,146); }
td.TdClassName
{
border-color: #7D0F92;
}
.TagClassName
{
border-color: #7D0F92;
}
</style>