Shades of Dark Magenta #790498
Tints of Dark Magenta #790498
RGB
CMYK
RGB Variations
Color information
#790498 (or 0x790498) is known color: Dark Magenta. HEX triplet: 79, 04 and 98. RGB value is (121,4,152). Sum of RGB (Red+Green+Blue) = 121+4+152=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 4 (1.95% from 255 or 1.44% 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 #790498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790498 is #86FB67. Grayscale: #373737. Windows color (decimal): -8846184 or 9962617. OLE color: 9962617.
HSL color Cylindrical-coordinate representation of color #790498: hue angle of 287.43º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790498 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 4 | 152 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.40 |
| HSL | 287.43º | 0.95% | 0.31% | - |
| HSV(B) | 287.43º | 0.97% | 0.6% | - |
| XYZ | 13.6 | 6.42 | 30.23 | - |
| YUV | 55.86 | 182.26 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 4 | 152 | 0.20 | 0.97 | 0 | 0.40 | 287.43 | 0.95 | 0.31 |
| Hex | 79 | 4 | 98 | 14 | 61 | 0 | 28 | 11F | 5F | 1F |
| Octal | 171 | 4 | 230 | 24 | 141 | 0 | 50 | 437 | 137 | 37 |
| Binary | 1111001 | 100 | 10011000 | 10100 | 1100001 | 0 | 101000 | 100011111 | 1011111 | 11111 |
Color Harmonies of #790498
Complementary color
Monochromatic Colors of #790498
Black with #790498
Text Example
Text Example
White with #790498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790498; }
p { color: rgb(121,4,152); }
H1.HeaderClassName
{
color: #790498;
}
.AnyTagClassName
{
color: #790498;
}
</style>
background-color css
<style>
a { background-color: #790498; }
a { background-color: rgb(121,4,152); }
div.DivClassName
{
background-color: #790498;
}
.BgClassName
{
background-color: #790498;
}
</style>
border-color css
<style>
span { border-color: #790498; }
span { border-color: rgb(121,4,152); }
td.TdClassName
{
border-color: #790498;
}
.TagClassName
{
border-color: #790498;
}
</style>