Shades of Dark Purple #791971
Tints of Dark Purple #791971
RGB
CMYK
RGB Variations
Color information
#791971 (or 0x791971) is known color: Dark Purple. HEX triplet: 79, 19 and 71. RGB value is (121,25,113). Sum of RGB (Red+Green+Blue) = 121+25+113=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #791971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791971 is #86E68E. Grayscale: #3F3F3F. Windows color (decimal): -8840847 or 7412089. OLE color: 7412089.
HSL color Cylindrical-coordinate representation of color #791971: hue angle of 305º 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 #791971 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 25 | 113 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.53 |
| HSL | 305º | 0.66% | 0.29% | - |
| HSV(B) | 305º | 0.79% | 0.47% | - |
| XYZ | 11.21 | 5.95 | 16.18 | - |
| YUV | 63.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 25 | 113 | 0 | 0.79 | 0.07 | 0.53 | 305 | 0.66 | 0.29 |
| Hex | 79 | 19 | 71 | 0 | 4F | 7 | 35 | 131 | 42 | 1D |
| Octal | 171 | 31 | 161 | 0 | 117 | 7 | 65 | 461 | 102 | 35 |
| Binary | 1111001 | 11001 | 1110001 | 0 | 1001111 | 111 | 110101 | 100110001 | 1000010 | 11101 |
Color Harmonies of #791971
Complementary color
Monochromatic Colors of #791971
Black with #791971
Text Example
Text Example
White with #791971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791971; }
p { color: rgb(121,25,113); }
H1.HeaderClassName
{
color: #791971;
}
.AnyTagClassName
{
color: #791971;
}
</style>
background-color css
<style>
a { background-color: #791971; }
a { background-color: rgb(121,25,113); }
div.DivClassName
{
background-color: #791971;
}
.BgClassName
{
background-color: #791971;
}
</style>
border-color css
<style>
span { border-color: #791971; }
span { border-color: rgb(121,25,113); }
td.TdClassName
{
border-color: #791971;
}
.TagClassName
{
border-color: #791971;
}
</style>