Shades of Purple #79056D
Tints of Purple #79056D
RGB
CMYK
RGB Variations
Color information
#79056D (or 0x79056D) is known color: Purple. HEX triplet: 79, 05 and 6D. RGB value is (121,5,109). Sum of RGB (Red+Green+Blue) = 121+5+109=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #79056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79056D is #86FA92. Grayscale: #333333. Windows color (decimal): -8845971 or 7144825. OLE color: 7144825.
HSL color Cylindrical-coordinate representation of color #79056D: hue angle of 306.21º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79056D is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 5 | 109 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.53 |
| HSL | 306.21º | 0.92% | 0.25% | - |
| HSV(B) | 306.21º | 0.96% | 0.47% | - |
| XYZ | 10.7 | 5.28 | 14.92 | - |
| YUV | 51.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 109 | 0 | 0.96 | 0.10 | 0.53 | 306.21 | 0.92 | 0.25 |
| Hex | 79 | 5 | 6D | 0 | 60 | A | 35 | 132 | 5C | 19 |
| Octal | 171 | 5 | 155 | 0 | 140 | 12 | 65 | 462 | 134 | 31 |
| Binary | 1111001 | 101 | 1101101 | 0 | 1100000 | 1010 | 110101 | 100110010 | 1011100 | 11001 |
Color Harmonies of #79056D
Complementary color
Monochromatic Colors of #79056D
Black with #79056D
Text Example
Text Example
White with #79056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79056D; }
p { color: rgb(121,5,109); }
H1.HeaderClassName
{
color: #79056D;
}
.AnyTagClassName
{
color: #79056D;
}
</style>
background-color css
<style>
a { background-color: #79056D; }
a { background-color: rgb(121,5,109); }
div.DivClassName
{
background-color: #79056D;
}
.BgClassName
{
background-color: #79056D;
}
</style>
border-color css
<style>
span { border-color: #79056D; }
span { border-color: rgb(121,5,109); }
td.TdClassName
{
border-color: #79056D;
}
.TagClassName
{
border-color: #79056D;
}
</style>