Shades of Dark Magenta #790699
Tints of Dark Magenta #790699
RGB
CMYK
RGB Variations
Color information
#790699 (or 0x790699) is known color: Dark Magenta. HEX triplet: 79, 06 and 99. RGB value is (121,6,153). Sum of RGB (Red+Green+Blue) = 121+6+153=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #790699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790699 is #86F966. Grayscale: #383838. Windows color (decimal): -8845671 or 10028665. OLE color: 10028665.
HSL color Cylindrical-coordinate representation of color #790699: hue angle of 286.94º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790699 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 6 | 153 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.4 |
| HSL | 286.94º | 0.92% | 0.31% | - |
| HSV(B) | 286.94º | 0.96% | 0.6% | - |
| XYZ | 13.7 | 6.5 | 30.67 | - |
| YUV | 57.14 | 182.1 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 6 | 153 | 0.21 | 0.96 | 0 | 0.4 | 286.94 | 0.92 | 0.31 |
| Hex | 79 | 6 | 99 | 15 | 60 | 0 | 28 | 11F | 5C | 1F |
| Octal | 171 | 6 | 231 | 25 | 140 | 0 | 50 | 437 | 134 | 37 |
| Binary | 1111001 | 110 | 10011001 | 10101 | 1100000 | 0 | 101000 | 100011111 | 1011100 | 11111 |
Color Harmonies of #790699
Complementary color
Monochromatic Colors of #790699
Black with #790699
Text Example
Text Example
White with #790699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790699; }
p { color: rgb(121,6,153); }
H1.HeaderClassName
{
color: #790699;
}
.AnyTagClassName
{
color: #790699;
}
</style>
background-color css
<style>
a { background-color: #790699; }
a { background-color: rgb(121,6,153); }
div.DivClassName
{
background-color: #790699;
}
.BgClassName
{
background-color: #790699;
}
</style>
border-color css
<style>
span { border-color: #790699; }
span { border-color: rgb(121,6,153); }
td.TdClassName
{
border-color: #790699;
}
.TagClassName
{
border-color: #790699;
}
</style>