Shades of Dark Magenta #790FA8
Tints of Dark Magenta #790FA8
RGB
CMYK
RGB Variations
Color information
#790FA8 (or 0x790FA8) is known color: Dark Magenta. HEX triplet: 79, 0F and A8. RGB value is (121,15,168). Sum of RGB (Red+Green+Blue) = 121+15+168=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 168 (66.02% from 255 or 55.26% from 304); Max value from RGB is 168 - color contains mainly: blue. Hex color #790FA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790FA8 is #86F057. Grayscale: #3F3F3F. Windows color (decimal): -8843352 or 11014009. OLE color: 11014009.
HSL color Cylindrical-coordinate representation of color #790FA8: hue angle of 281.57º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790FA8 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 121 | 15 | 168 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.34 |
| HSL | 281.57º | 0.84% | 0.36% | - |
| HSV(B) | 281.57º | 0.91% | 0.66% | - |
| XYZ | 15.12 | 7.23 | 37.64 | - |
| YUV | 64.14 | 186.62 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 168 | 0.28 | 0.91 | 0 | 0.34 | 281.57 | 0.84 | 0.36 |
| Hex | 79 | F | A8 | 1C | 5B | 0 | 22 | 11A | 54 | 24 |
| Octal | 171 | 17 | 250 | 34 | 133 | 0 | 42 | 432 | 124 | 44 |
| Binary | 1111001 | 1111 | 10101000 | 11100 | 1011011 | 0 | 100010 | 100011010 | 1010100 | 100100 |
Color Harmonies of #790FA8
Complementary color
Monochromatic Colors of #790FA8
Black with #790FA8
Text Example
Text Example
White with #790FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790FA8; }
p { color: rgb(121,15,168); }
H1.HeaderClassName
{
color: #790FA8;
}
.AnyTagClassName
{
color: #790FA8;
}
</style>
background-color css
<style>
a { background-color: #790FA8; }
a { background-color: rgb(121,15,168); }
div.DivClassName
{
background-color: #790FA8;
}
.BgClassName
{
background-color: #790FA8;
}
</style>
border-color css
<style>
span { border-color: #790FA8; }
span { border-color: rgb(121,15,168); }
td.TdClassName
{
border-color: #790FA8;
}
.TagClassName
{
border-color: #790FA8;
}
</style>