Shades of Dark Magenta #790F93
Tints of Dark Magenta #790F93
RGB
CMYK
RGB Variations
Color information
#790F93 (or 0x790F93) is known color: Dark Magenta. HEX triplet: 79, 0F and 93. RGB value is (121,15,147). Sum of RGB (Red+Green+Blue) = 121+15+147=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #790F93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790F93 is #86F06C. Grayscale: #3D3D3D. Windows color (decimal): -8843373 or 9637753. OLE color: 9637753.
HSL color Cylindrical-coordinate representation of color #790F93: hue angle of 288.18º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790F93 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 15 | 147 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.42 |
| HSL | 288.18º | 0.81% | 0.32% | - |
| HSV(B) | 288.18º | 0.9% | 0.58% | - |
| XYZ | 13.32 | 6.51 | 28.16 | - |
| YUV | 61.74 | 176.12 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 147 | 0.18 | 0.90 | 0 | 0.42 | 288.18 | 0.81 | 0.32 |
| Hex | 79 | F | 93 | 12 | 5A | 0 | 2A | 120 | 51 | 20 |
| Octal | 171 | 17 | 223 | 22 | 132 | 0 | 52 | 440 | 121 | 40 |
| Binary | 1111001 | 1111 | 10010011 | 10010 | 1011010 | 0 | 101010 | 100100000 | 1010001 | 100000 |
Color Harmonies of #790F93
Complementary color
Monochromatic Colors of #790F93
Black with #790F93
Text Example
Text Example
White with #790F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F93; }
p { color: rgb(121,15,147); }
H1.HeaderClassName
{
color: #790F93;
}
.AnyTagClassName
{
color: #790F93;
}
</style>
background-color css
<style>
a { background-color: #790F93; }
a { background-color: rgb(121,15,147); }
div.DivClassName
{
background-color: #790F93;
}
.BgClassName
{
background-color: #790F93;
}
</style>
border-color css
<style>
span { border-color: #790F93; }
span { border-color: rgb(121,15,147); }
td.TdClassName
{
border-color: #790F93;
}
.TagClassName
{
border-color: #790F93;
}
</style>