Shades of Dark Purple #792471
Tints of Dark Purple #792471
RGB
CMYK
RGB Variations
Color information
#792471 (or 0x792471) is known color: Dark Purple. HEX triplet: 79, 24 and 71. RGB value is (121,36,113). Sum of RGB (Red+Green+Blue) = 121+36+113=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #792471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792471 is #86DB8E. Grayscale: #454545. Windows color (decimal): -8838031 or 7414905. OLE color: 7414905.
HSL color Cylindrical-coordinate representation of color #792471: hue angle of 305.65º 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 #792471 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 36 | 113 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.53 |
| HSL | 305.65º | 0.54% | 0.31% | - |
| HSV(B) | 305.65º | 0.7% | 0.47% | - |
| XYZ | 11.5 | 6.52 | 16.28 | - |
| YUV | 70.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 36 | 113 | 0 | 0.70 | 0.07 | 0.53 | 305.65 | 0.54 | 0.31 |
| Hex | 79 | 24 | 71 | 0 | 46 | 7 | 35 | 132 | 36 | 1F |
| Octal | 171 | 44 | 161 | 0 | 106 | 7 | 65 | 462 | 66 | 37 |
| Binary | 1111001 | 100100 | 1110001 | 0 | 1000110 | 111 | 110101 | 100110010 | 110110 | 11111 |
Color Harmonies of #792471
Complementary color
Monochromatic Colors of #792471
Black with #792471
Text Example
Text Example
White with #792471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792471; }
p { color: rgb(121,36,113); }
H1.HeaderClassName
{
color: #792471;
}
.AnyTagClassName
{
color: #792471;
}
</style>
background-color css
<style>
a { background-color: #792471; }
a { background-color: rgb(121,36,113); }
div.DivClassName
{
background-color: #792471;
}
.BgClassName
{
background-color: #792471;
}
</style>
border-color css
<style>
span { border-color: #792471; }
span { border-color: rgb(121,36,113); }
td.TdClassName
{
border-color: #792471;
}
.TagClassName
{
border-color: #792471;
}
</style>