Shades of Dark Purple #792070
Tints of Dark Purple #792070
RGB
CMYK
RGB Variations
Color information
#792070 (or 0x792070) is known color: Dark Purple. HEX triplet: 79, 20 and 70. RGB value is (121,32,112). Sum of RGB (Red+Green+Blue) = 121+32+112=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #792070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792070 is #86DF8F. Grayscale: #434343. Windows color (decimal): -8839056 or 7348345. OLE color: 7348345.
HSL color Cylindrical-coordinate representation of color #792070: hue angle of 306.07º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792070 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 32 | 112 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.53 |
| HSL | 306.07º | 0.58% | 0.3% | - |
| HSV(B) | 306.07º | 0.74% | 0.47% | - |
| XYZ | 11.33 | 6.27 | 15.94 | - |
| YUV | 67.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 112 | 0 | 0.74 | 0.07 | 0.53 | 306.07 | 0.58 | 0.3 |
| Hex | 79 | 20 | 70 | 0 | 4A | 7 | 35 | 132 | 3A | 1E |
| Octal | 171 | 40 | 160 | 0 | 112 | 7 | 65 | 462 | 72 | 36 |
| Binary | 1111001 | 100000 | 1110000 | 0 | 1001010 | 111 | 110101 | 100110010 | 111010 | 11110 |
Color Harmonies of #792070
Complementary color
Monochromatic Colors of #792070
Black with #792070
Text Example
Text Example
White with #792070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792070; }
p { color: rgb(121,32,112); }
H1.HeaderClassName
{
color: #792070;
}
.AnyTagClassName
{
color: #792070;
}
</style>
background-color css
<style>
a { background-color: #792070; }
a { background-color: rgb(121,32,112); }
div.DivClassName
{
background-color: #792070;
}
.BgClassName
{
background-color: #792070;
}
</style>
border-color css
<style>
span { border-color: #792070; }
span { border-color: rgb(121,32,112); }
td.TdClassName
{
border-color: #792070;
}
.TagClassName
{
border-color: #792070;
}
</style>