Shades of Dark Magenta #790D98
Tints of Dark Magenta #790D98
RGB
CMYK
RGB Variations
Color information
#790D98 (or 0x790D98) is known color: Dark Magenta. HEX triplet: 79, 0D and 98. RGB value is (121,13,152). Sum of RGB (Red+Green+Blue) = 121+13+152=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #790D98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790D98 is #86F267. Grayscale: #3C3C3C. Windows color (decimal): -8843880 or 9964921. OLE color: 9964921.
HSL color Cylindrical-coordinate representation of color #790D98: hue angle of 286.62º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790D98 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 13 | 152 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.40 |
| HSL | 286.62º | 0.84% | 0.32% | - |
| HSV(B) | 286.62º | 0.91% | 0.6% | - |
| XYZ | 13.7 | 6.62 | 30.26 | - |
| YUV | 61.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 13 | 152 | 0.20 | 0.91 | 0 | 0.40 | 286.62 | 0.84 | 0.32 |
| Hex | 79 | D | 98 | 14 | 5B | 0 | 28 | 11F | 54 | 20 |
| Octal | 171 | 15 | 230 | 24 | 133 | 0 | 50 | 437 | 124 | 40 |
| Binary | 1111001 | 1101 | 10011000 | 10100 | 1011011 | 0 | 101000 | 100011111 | 1010100 | 100000 |
Color Harmonies of #790D98
Complementary color
Monochromatic Colors of #790D98
Black with #790D98
Text Example
Text Example
White with #790D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790D98; }
p { color: rgb(121,13,152); }
H1.HeaderClassName
{
color: #790D98;
}
.AnyTagClassName
{
color: #790D98;
}
</style>
background-color css
<style>
a { background-color: #790D98; }
a { background-color: rgb(121,13,152); }
div.DivClassName
{
background-color: #790D98;
}
.BgClassName
{
background-color: #790D98;
}
</style>
border-color css
<style>
span { border-color: #790D98; }
span { border-color: rgb(121,13,152); }
td.TdClassName
{
border-color: #790D98;
}
.TagClassName
{
border-color: #790D98;
}
</style>