Shades of Dark Purple #791D85
Tints of Dark Purple #791D85
RGB
CMYK
RGB Variations
Color information
#791D85 (or 0x791D85) is known color: Dark Purple. HEX triplet: 79, 1D and 85. RGB value is (121,29,133). Sum of RGB (Red+Green+Blue) = 121+29+133=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #791D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791D85 is #86E27A. Grayscale: #444444. Windows color (decimal): -8839803 or 8723833. OLE color: 8723833.
HSL color Cylindrical-coordinate representation of color #791D85: hue angle of 293.08º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #791D85 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 29 | 133 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.48 |
| HSL | 293.08º | 0.64% | 0.32% | - |
| HSV(B) | 293.08º | 0.78% | 0.52% | - |
| XYZ | 12.56 | 6.64 | 22.81 | - |
| YUV | 68.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 133 | 0.09 | 0.78 | 0 | 0.48 | 293.08 | 0.64 | 0.32 |
| Hex | 79 | 1D | 85 | 9 | 4E | 0 | 30 | 125 | 40 | 20 |
| Octal | 171 | 35 | 205 | 11 | 116 | 0 | 60 | 445 | 100 | 40 |
| Binary | 1111001 | 11101 | 10000101 | 1001 | 1001110 | 0 | 110000 | 100100101 | 1000000 | 100000 |
Color Harmonies of #791D85
Complementary color
Monochromatic Colors of #791D85
Black with #791D85
Text Example
Text Example
White with #791D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791D85; }
p { color: rgb(121,29,133); }
H1.HeaderClassName
{
color: #791D85;
}
.AnyTagClassName
{
color: #791D85;
}
</style>
background-color css
<style>
a { background-color: #791D85; }
a { background-color: rgb(121,29,133); }
div.DivClassName
{
background-color: #791D85;
}
.BgClassName
{
background-color: #791D85;
}
</style>
border-color css
<style>
span { border-color: #791D85; }
span { border-color: rgb(121,29,133); }
td.TdClassName
{
border-color: #791D85;
}
.TagClassName
{
border-color: #791D85;
}
</style>