Shades of Dark Purple #792579
Tints of Dark Purple #792579
RGB
CMYK
RGB Variations
Color information
#792579 (or 0x792579) is known color: Dark Purple. HEX triplet: 79, 25 and 79. RGB value is (121,37,121). Sum of RGB (Red+Green+Blue) = 121+37+121=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #792579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792579 is #86DA86. Grayscale: #474747. Windows color (decimal): -8837767 or 7939449. OLE color: 7939449.
HSL color Cylindrical-coordinate representation of color #792579: hue angle of 300º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #792579 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 37 | 121 | - |
| CMYK | 0 | 0.69 | 0 | 0.53 |
| HSL | 300º | 0.53% | 0.31% | - |
| HSV(B) | 300º | 0.69% | 0.47% | - |
| XYZ | 12 | 6.77 | 18.76 | - |
| YUV | 71.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 37 | 121 | 0 | 0.69 | 0 | 0.53 | 300 | 0.53 | 0.31 |
| Hex | 79 | 25 | 79 | 0 | 45 | 0 | 35 | 12C | 35 | 1F |
| Octal | 171 | 45 | 171 | 0 | 105 | 0 | 65 | 454 | 65 | 37 |
| Binary | 1111001 | 100101 | 1111001 | 0 | 1000101 | 0 | 110101 | 100101100 | 110101 | 11111 |
Color Harmonies of #792579
Complementary color
Monochromatic Colors of #792579
Black with #792579
Text Example
Text Example
White with #792579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792579; }
p { color: rgb(121,37,121); }
H1.HeaderClassName
{
color: #792579;
}
.AnyTagClassName
{
color: #792579;
}
</style>
background-color css
<style>
a { background-color: #792579; }
a { background-color: rgb(121,37,121); }
div.DivClassName
{
background-color: #792579;
}
.BgClassName
{
background-color: #792579;
}
</style>
border-color css
<style>
span { border-color: #792579; }
span { border-color: rgb(121,37,121); }
td.TdClassName
{
border-color: #792579;
}
.TagClassName
{
border-color: #792579;
}
</style>