Shades of Dark Magenta #790DA6
Tints of Dark Magenta #790DA6
RGB
CMYK
RGB Variations
Color information
#790DA6 (or 0x790DA6) is known color: Dark Magenta. HEX triplet: 79, 0D and A6. RGB value is (121,13,166). Sum of RGB (Red+Green+Blue) = 121+13+166=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 166 (65.23% from 255 or 55.33% from 300); Max value from RGB is 166 - color contains mainly: blue. Hex color #790DA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790DA6 is #86F259. Grayscale: #3E3E3E. Windows color (decimal): -8843866 or 10882425. OLE color: 10882425.
HSL color Cylindrical-coordinate representation of color #790DA6: hue angle of 282.35º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790DA6 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 121 | 13 | 166 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.35 |
| HSL | 282.35º | 0.85% | 0.35% | - |
| HSV(B) | 282.35º | 0.92% | 0.65% | - |
| XYZ | 14.91 | 7.11 | 36.66 | - |
| YUV | 62.73 | 186.28 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 13 | 166 | 0.27 | 0.92 | 0 | 0.35 | 282.35 | 0.85 | 0.35 |
| Hex | 79 | D | A6 | 1B | 5C | 0 | 23 | 11A | 55 | 23 |
| Octal | 171 | 15 | 246 | 33 | 134 | 0 | 43 | 432 | 125 | 43 |
| Binary | 1111001 | 1101 | 10100110 | 11011 | 1011100 | 0 | 100011 | 100011010 | 1010101 | 100011 |
Color Harmonies of #790DA6
Complementary color
Monochromatic Colors of #790DA6
Black with #790DA6
Text Example
Text Example
White with #790DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790DA6; }
p { color: rgb(121,13,166); }
H1.HeaderClassName
{
color: #790DA6;
}
.AnyTagClassName
{
color: #790DA6;
}
</style>
background-color css
<style>
a { background-color: #790DA6; }
a { background-color: rgb(121,13,166); }
div.DivClassName
{
background-color: #790DA6;
}
.BgClassName
{
background-color: #790DA6;
}
</style>
border-color css
<style>
span { border-color: #790DA6; }
span { border-color: rgb(121,13,166); }
td.TdClassName
{
border-color: #790DA6;
}
.TagClassName
{
border-color: #790DA6;
}
</style>