Shades of Dark Magenta #790898
Tints of Dark Magenta #790898
RGB
CMYK
RGB Variations
Color information
#790898 (or 0x790898) is known color: Dark Magenta. HEX triplet: 79, 08 and 98. RGB value is (121,8,152). Sum of RGB (Red+Green+Blue) = 121+8+152=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #790898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790898 is #86F767. Grayscale: #393939. Windows color (decimal): -8845160 or 9963641. OLE color: 9963641.
HSL color Cylindrical-coordinate representation of color #790898: hue angle of 287.08º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790898 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 8 | 152 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.40 |
| HSL | 287.08º | 0.9% | 0.31% | - |
| HSV(B) | 287.08º | 0.95% | 0.6% | - |
| XYZ | 13.64 | 6.51 | 30.24 | - |
| YUV | 58.2 | 180.94 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 152 | 0.20 | 0.95 | 0 | 0.40 | 287.08 | 0.9 | 0.31 |
| Hex | 79 | 8 | 98 | 14 | 5F | 0 | 28 | 11F | 5A | 1F |
| Octal | 171 | 10 | 230 | 24 | 137 | 0 | 50 | 437 | 132 | 37 |
| Binary | 1111001 | 1000 | 10011000 | 10100 | 1011111 | 0 | 101000 | 100011111 | 1011010 | 11111 |
Color Harmonies of #790898
Complementary color
Monochromatic Colors of #790898
Black with #790898
Text Example
Text Example
White with #790898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790898; }
p { color: rgb(121,8,152); }
H1.HeaderClassName
{
color: #790898;
}
.AnyTagClassName
{
color: #790898;
}
</style>
background-color css
<style>
a { background-color: #790898; }
a { background-color: rgb(121,8,152); }
div.DivClassName
{
background-color: #790898;
}
.BgClassName
{
background-color: #790898;
}
</style>
border-color css
<style>
span { border-color: #790898; }
span { border-color: rgb(121,8,152); }
td.TdClassName
{
border-color: #790898;
}
.TagClassName
{
border-color: #790898;
}
</style>