Shades of Dark Magenta #7C0592
Tints of Dark Magenta #7C0592
RGB
CMYK
RGB Variations
Color information
#7C0592 (or 0x7C0592) is known color: Dark Magenta. HEX triplet: 7C, 05 and 92. RGB value is (124,5,146). Sum of RGB (Red+Green+Blue) = 124+5+146=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C0592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0592 is #83FA6D. Grayscale: #383838. Windows color (decimal): -8649326 or 9569660. OLE color: 9569660.
HSL color Cylindrical-coordinate representation of color #7C0592: hue angle of 290.64º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C0592 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 5 | 146 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.43 |
| HSL | 290.64º | 0.93% | 0.3% | - |
| HSV(B) | 290.64º | 0.97% | 0.57% | - |
| XYZ | 13.55 | 6.47 | 27.73 | - |
| YUV | 56.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 146 | 0.15 | 0.97 | 0 | 0.43 | 290.64 | 0.93 | 0.3 |
| Hex | 7C | 5 | 92 | F | 61 | 0 | 2B | 123 | 5D | 1E |
| Octal | 174 | 5 | 222 | 17 | 141 | 0 | 53 | 443 | 135 | 36 |
| Binary | 1111100 | 101 | 10010010 | 1111 | 1100001 | 0 | 101011 | 100100011 | 1011101 | 11110 |
Color Harmonies of #7C0592
Complementary color
Monochromatic Colors of #7C0592
Black with #7C0592
Text Example
Text Example
White with #7C0592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0592; }
p { color: rgb(124,5,146); }
H1.HeaderClassName
{
color: #7C0592;
}
.AnyTagClassName
{
color: #7C0592;
}
</style>
background-color css
<style>
a { background-color: #7C0592; }
a { background-color: rgb(124,5,146); }
div.DivClassName
{
background-color: #7C0592;
}
.BgClassName
{
background-color: #7C0592;
}
</style>
border-color css
<style>
span { border-color: #7C0592; }
span { border-color: rgb(124,5,146); }
td.TdClassName
{
border-color: #7C0592;
}
.TagClassName
{
border-color: #7C0592;
}
</style>