Shades of Dark Magenta #7C019B
Tints of Dark Magenta #7C019B
RGB
CMYK
RGB Variations
Color information
#7C019B (or 0x7C019B) is known color: Dark Magenta. HEX triplet: 7C, 01 and 9B. RGB value is (124,1,155). Sum of RGB (Red+Green+Blue) = 124+1+155=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C019B is #83FE64. Grayscale: #363636. Windows color (decimal): -8650341 or 10158460. OLE color: 10158460.
HSL color Cylindrical-coordinate representation of color #7C019B: hue angle of 287.92º 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 #7C019B is Cyan = 0.2, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 1 | 155 | - |
| CMYK | 0.2 | 0.99 | 0 | 0.39 |
| HSL | 287.92º | 0.99% | 0.31% | - |
| HSV(B) | 287.92º | 0.99% | 0.61% | - |
| XYZ | 14.24 | 6.67 | 31.55 | - |
| YUV | 55.33 | 184.25 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 155 | 0.2 | 0.99 | 0 | 0.39 | 287.92 | 0.99 | 0.31 |
| Hex | 7C | 1 | 9B | 14 | 63 | 0 | 27 | 120 | 63 | 1F |
| Octal | 174 | 1 | 233 | 24 | 143 | 0 | 47 | 440 | 143 | 37 |
| Binary | 1111100 | 1 | 10011011 | 10100 | 1100011 | 0 | 100111 | 100100000 | 1100011 | 11111 |
Color Harmonies of #7C019B
Complementary color
Monochromatic Colors of #7C019B
Black with #7C019B
Text Example
Text Example
White with #7C019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C019B; }
p { color: rgb(124,1,155); }
H1.HeaderClassName
{
color: #7C019B;
}
.AnyTagClassName
{
color: #7C019B;
}
</style>
background-color css
<style>
a { background-color: #7C019B; }
a { background-color: rgb(124,1,155); }
div.DivClassName
{
background-color: #7C019B;
}
.BgClassName
{
background-color: #7C019B;
}
</style>
border-color css
<style>
span { border-color: #7C019B; }
span { border-color: rgb(124,1,155); }
td.TdClassName
{
border-color: #7C019B;
}
.TagClassName
{
border-color: #7C019B;
}
</style>