Shades of Dark Magenta #7C0198
Tints of Dark Magenta #7C0198
RGB
CMYK
RGB Variations
Color information
#7C0198 (or 0x7C0198) is known color: Dark Magenta. HEX triplet: 7C, 01 and 98. RGB value is (124,1,152). Sum of RGB (Red+Green+Blue) = 124+1+152=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C0198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0198 is #83FE67. Grayscale: #363636. Windows color (decimal): -8650344 or 9961852. OLE color: 9961852.
HSL color Cylindrical-coordinate representation of color #7C0198: hue angle of 288.87º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0198 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 1 | 152 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.40 |
| HSL | 288.87º | 0.99% | 0.3% | - |
| HSV(B) | 288.87º | 0.99% | 0.6% | - |
| XYZ | 13.99 | 6.57 | 30.24 | - |
| YUV | 54.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 152 | 0.18 | 0.99 | 0 | 0.40 | 288.87 | 0.99 | 0.3 |
| Hex | 7C | 1 | 98 | 12 | 63 | 0 | 28 | 121 | 63 | 1E |
| Octal | 174 | 1 | 230 | 22 | 143 | 0 | 50 | 441 | 143 | 36 |
| Binary | 1111100 | 1 | 10011000 | 10010 | 1100011 | 0 | 101000 | 100100001 | 1100011 | 11110 |
Color Harmonies of #7C0198
Complementary color
Monochromatic Colors of #7C0198
Black with #7C0198
Text Example
Text Example
White with #7C0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0198; }
p { color: rgb(124,1,152); }
H1.HeaderClassName
{
color: #7C0198;
}
.AnyTagClassName
{
color: #7C0198;
}
</style>
background-color css
<style>
a { background-color: #7C0198; }
a { background-color: rgb(124,1,152); }
div.DivClassName
{
background-color: #7C0198;
}
.BgClassName
{
background-color: #7C0198;
}
</style>
border-color css
<style>
span { border-color: #7C0198; }
span { border-color: rgb(124,1,152); }
td.TdClassName
{
border-color: #7C0198;
}
.TagClassName
{
border-color: #7C0198;
}
</style>