Shades of Dark Magenta #790BA7
Tints of Dark Magenta #790BA7
RGB
CMYK
RGB Variations
Color information
#790BA7 (or 0x790BA7) is known color: Dark Magenta. HEX triplet: 79, 0B and A7. RGB value is (121,11,167). Sum of RGB (Red+Green+Blue) = 121+11+167=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 167 (65.62% from 255 or 55.85% from 299); Max value from RGB is 167 - color contains mainly: blue. Hex color #790BA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790BA7 is #86F458. Grayscale: #3D3D3D. Windows color (decimal): -8844377 or 10947449. OLE color: 10947449.
HSL color Cylindrical-coordinate representation of color #790BA7: hue angle of 282.31º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790BA7 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 121 | 11 | 167 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.35 |
| HSL | 282.31º | 0.88% | 0.35% | - |
| HSV(B) | 282.31º | 0.93% | 0.65% | - |
| XYZ | 14.98 | 7.09 | 37.14 | - |
| YUV | 61.67 | 187.44 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 167 | 0.28 | 0.93 | 0 | 0.35 | 282.31 | 0.88 | 0.35 |
| Hex | 79 | B | A7 | 1C | 5D | 0 | 23 | 11A | 58 | 23 |
| Octal | 171 | 13 | 247 | 34 | 135 | 0 | 43 | 432 | 130 | 43 |
| Binary | 1111001 | 1011 | 10100111 | 11100 | 1011101 | 0 | 100011 | 100011010 | 1011000 | 100011 |
Color Harmonies of #790BA7
Complementary color
Monochromatic Colors of #790BA7
Black with #790BA7
Text Example
Text Example
White with #790BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790BA7; }
p { color: rgb(121,11,167); }
H1.HeaderClassName
{
color: #790BA7;
}
.AnyTagClassName
{
color: #790BA7;
}
</style>
background-color css
<style>
a { background-color: #790BA7; }
a { background-color: rgb(121,11,167); }
div.DivClassName
{
background-color: #790BA7;
}
.BgClassName
{
background-color: #790BA7;
}
</style>
border-color css
<style>
span { border-color: #790BA7; }
span { border-color: rgb(121,11,167); }
td.TdClassName
{
border-color: #790BA7;
}
.TagClassName
{
border-color: #790BA7;
}
</style>