Shades of Dark Purple #792470
Tints of Dark Purple #792470
RGB
CMYK
RGB Variations
Color information
#792470 (or 0x792470) is known color: Dark Purple. HEX triplet: 79, 24 and 70. RGB value is (121,36,112). Sum of RGB (Red+Green+Blue) = 121+36+112=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #792470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792470 is #86DB8F. Grayscale: #454545. Windows color (decimal): -8838032 or 7349369. OLE color: 7349369.
HSL color Cylindrical-coordinate representation of color #792470: hue angle of 306.35º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #792470 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 36 | 112 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.53 |
| HSL | 306.35º | 0.54% | 0.31% | - |
| HSV(B) | 306.35º | 0.7% | 0.47% | - |
| XYZ | 11.44 | 6.5 | 15.98 | - |
| YUV | 70.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 36 | 112 | 0 | 0.70 | 0.07 | 0.53 | 306.35 | 0.54 | 0.31 |
| Hex | 79 | 24 | 70 | 0 | 46 | 7 | 35 | 132 | 36 | 1F |
| Octal | 171 | 44 | 160 | 0 | 106 | 7 | 65 | 462 | 66 | 37 |
| Binary | 1111001 | 100100 | 1110000 | 0 | 1000110 | 111 | 110101 | 100110010 | 110110 | 11111 |
Color Harmonies of #792470
Complementary color
Monochromatic Colors of #792470
Black with #792470
Text Example
Text Example
White with #792470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792470; }
p { color: rgb(121,36,112); }
H1.HeaderClassName
{
color: #792470;
}
.AnyTagClassName
{
color: #792470;
}
</style>
background-color css
<style>
a { background-color: #792470; }
a { background-color: rgb(121,36,112); }
div.DivClassName
{
background-color: #792470;
}
.BgClassName
{
background-color: #792470;
}
</style>
border-color css
<style>
span { border-color: #792470; }
span { border-color: rgb(121,36,112); }
td.TdClassName
{
border-color: #792470;
}
.TagClassName
{
border-color: #792470;
}
</style>