Shades of Dark Magenta #7C019C
Tints of Dark Magenta #7C019C
RGB
CMYK
RGB Variations
Color information
#7C019C (or 0x7C019C) is known color: Dark Magenta. HEX triplet: 7C, 01 and 9C. RGB value is (124,1,156). Sum of RGB (Red+Green+Blue) = 124+1+156=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C019C is #83FE63. Grayscale: #363636. Windows color (decimal): -8650340 or 10223996. OLE color: 10223996.
HSL color Cylindrical-coordinate representation of color #7C019C: hue angle of 287.61º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C019C is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 1 | 156 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.39 |
| HSL | 287.61º | 0.99% | 0.31% | - |
| HSV(B) | 287.61º | 0.99% | 0.61% | - |
| XYZ | 14.32 | 6.71 | 31.99 | - |
| YUV | 55.45 | 184.75 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 156 | 0.21 | 0.99 | 0 | 0.39 | 287.61 | 0.99 | 0.31 |
| Hex | 7C | 1 | 9C | 15 | 63 | 0 | 27 | 120 | 63 | 1F |
| Octal | 174 | 1 | 234 | 25 | 143 | 0 | 47 | 440 | 143 | 37 |
| Binary | 1111100 | 1 | 10011100 | 10101 | 1100011 | 0 | 100111 | 100100000 | 1100011 | 11111 |
Color Harmonies of #7C019C
Complementary color
Monochromatic Colors of #7C019C
Black with #7C019C
Text Example
Text Example
White with #7C019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C019C; }
p { color: rgb(124,1,156); }
H1.HeaderClassName
{
color: #7C019C;
}
.AnyTagClassName
{
color: #7C019C;
}
</style>
background-color css
<style>
a { background-color: #7C019C; }
a { background-color: rgb(124,1,156); }
div.DivClassName
{
background-color: #7C019C;
}
.BgClassName
{
background-color: #7C019C;
}
</style>
border-color css
<style>
span { border-color: #7C019C; }
span { border-color: rgb(124,1,156); }
td.TdClassName
{
border-color: #7C019C;
}
.TagClassName
{
border-color: #7C019C;
}
</style>