Shades of Dark Purple #792177
Tints of Dark Purple #792177
RGB
CMYK
RGB Variations
Color information
#792177 (or 0x792177) is known color: Dark Purple. HEX triplet: 79, 21 and 77. RGB value is (121,33,119). Sum of RGB (Red+Green+Blue) = 121+33+119=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #792177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792177 is #86DE88. Grayscale: #444444. Windows color (decimal): -8838793 or 7807353. OLE color: 7807353.
HSL color Cylindrical-coordinate representation of color #792177: hue angle of 301.36º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #792177 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 33 | 119 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.53 |
| HSL | 301.36º | 0.57% | 0.3% | - |
| HSV(B) | 301.36º | 0.73% | 0.47% | - |
| XYZ | 11.76 | 6.48 | 18.08 | - |
| YUV | 69.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 119 | 0 | 0.73 | 0.02 | 0.53 | 301.36 | 0.57 | 0.3 |
| Hex | 79 | 21 | 77 | 0 | 49 | 2 | 35 | 12D | 39 | 1E |
| Octal | 171 | 41 | 167 | 0 | 111 | 2 | 65 | 455 | 71 | 36 |
| Binary | 1111001 | 100001 | 1110111 | 0 | 1001001 | 10 | 110101 | 100101101 | 111001 | 11110 |
Color Harmonies of #792177
Complementary color
Monochromatic Colors of #792177
Black with #792177
Text Example
Text Example
White with #792177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792177; }
p { color: rgb(121,33,119); }
H1.HeaderClassName
{
color: #792177;
}
.AnyTagClassName
{
color: #792177;
}
</style>
background-color css
<style>
a { background-color: #792177; }
a { background-color: rgb(121,33,119); }
div.DivClassName
{
background-color: #792177;
}
.BgClassName
{
background-color: #792177;
}
</style>
border-color css
<style>
span { border-color: #792177; }
span { border-color: rgb(121,33,119); }
td.TdClassName
{
border-color: #792177;
}
.TagClassName
{
border-color: #792177;
}
</style>