Shades of Dark Magenta #7C0698
Tints of Dark Magenta #7C0698
RGB
CMYK
RGB Variations
Color information
#7C0698 (or 0x7C0698) is known color: Dark Magenta. HEX triplet: 7C, 06 and 98. RGB value is (124,6,152). Sum of RGB (Red+Green+Blue) = 124+6+152=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C0698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0698 is #83F967. Grayscale: #393939. Windows color (decimal): -8649064 or 9963132. OLE color: 9963132.
HSL color Cylindrical-coordinate representation of color #7C0698: hue angle of 288.49º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C0698 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 6 | 152 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.40 |
| HSL | 288.49º | 0.92% | 0.31% | - |
| HSV(B) | 288.49º | 0.96% | 0.6% | - |
| XYZ | 14.04 | 6.68 | 30.26 | - |
| YUV | 57.93 | 181.09 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 152 | 0.18 | 0.96 | 0 | 0.40 | 288.49 | 0.92 | 0.31 |
| Hex | 7C | 6 | 98 | 12 | 60 | 0 | 28 | 120 | 5C | 1F |
| Octal | 174 | 6 | 230 | 22 | 140 | 0 | 50 | 440 | 134 | 37 |
| Binary | 1111100 | 110 | 10011000 | 10010 | 1100000 | 0 | 101000 | 100100000 | 1011100 | 11111 |
Color Harmonies of #7C0698
Complementary color
Monochromatic Colors of #7C0698
Black with #7C0698
Text Example
Text Example
White with #7C0698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0698; }
p { color: rgb(124,6,152); }
H1.HeaderClassName
{
color: #7C0698;
}
.AnyTagClassName
{
color: #7C0698;
}
</style>
background-color css
<style>
a { background-color: #7C0698; }
a { background-color: rgb(124,6,152); }
div.DivClassName
{
background-color: #7C0698;
}
.BgClassName
{
background-color: #7C0698;
}
</style>
border-color css
<style>
span { border-color: #7C0698; }
span { border-color: rgb(124,6,152); }
td.TdClassName
{
border-color: #7C0698;
}
.TagClassName
{
border-color: #7C0698;
}
</style>