Shades of Dark Purple #791970
Tints of Dark Purple #791970
RGB
CMYK
RGB Variations
Color information
#791970 (or 0x791970) is known color: Dark Purple. HEX triplet: 79, 19 and 70. RGB value is (121,25,112). Sum of RGB (Red+Green+Blue) = 121+25+112=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #791970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791970 is #86E68F. Grayscale: #3F3F3F. Windows color (decimal): -8840848 or 7346553. OLE color: 7346553.
HSL color Cylindrical-coordinate representation of color #791970: hue angle of 305.62º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791970 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 25 | 112 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.53 |
| HSL | 305.63º | 0.66% | 0.29% | - |
| HSV(B) | 305.63º | 0.79% | 0.47% | - |
| XYZ | 11.16 | 5.93 | 15.89 | - |
| YUV | 63.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 25 | 112 | 0 | 0.79 | 0.07 | 0.53 | 305.63 | 0.66 | 0.29 |
| Hex | 79 | 19 | 70 | 0 | 4F | 7 | 35 | 132 | 42 | 1D |
| Octal | 171 | 31 | 160 | 0 | 117 | 7 | 65 | 462 | 102 | 35 |
| Binary | 1111001 | 11001 | 1110000 | 0 | 1001111 | 111 | 110101 | 100110010 | 1000010 | 11101 |
Color Harmonies of #791970
Complementary color
Monochromatic Colors of #791970
Black with #791970
Text Example
Text Example
White with #791970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791970; }
p { color: rgb(121,25,112); }
H1.HeaderClassName
{
color: #791970;
}
.AnyTagClassName
{
color: #791970;
}
</style>
background-color css
<style>
a { background-color: #791970; }
a { background-color: rgb(121,25,112); }
div.DivClassName
{
background-color: #791970;
}
.BgClassName
{
background-color: #791970;
}
</style>
border-color css
<style>
span { border-color: #791970; }
span { border-color: rgb(121,25,112); }
td.TdClassName
{
border-color: #791970;
}
.TagClassName
{
border-color: #791970;
}
</style>