Shades of Purple #79086D
Tints of Purple #79086D
RGB
CMYK
RGB Variations
Color information
#79086D (or 0x79086D) is known color: Purple. HEX triplet: 79, 08 and 6D. RGB value is (121,8,109). Sum of RGB (Red+Green+Blue) = 121+8+109=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #79086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79086D is #86F792. Grayscale: #353535. Windows color (decimal): -8845203 or 7145593. OLE color: 7145593.
HSL color Cylindrical-coordinate representation of color #79086D: hue angle of 306.37º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79086D is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 8 | 109 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.53 |
| HSL | 306.37º | 0.88% | 0.25% | - |
| HSV(B) | 306.37º | 0.93% | 0.47% | - |
| XYZ | 10.73 | 5.34 | 14.93 | - |
| YUV | 53.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 109 | 0 | 0.93 | 0.10 | 0.53 | 306.37 | 0.88 | 0.25 |
| Hex | 79 | 8 | 6D | 0 | 5D | A | 35 | 132 | 58 | 19 |
| Octal | 171 | 10 | 155 | 0 | 135 | 12 | 65 | 462 | 130 | 31 |
| Binary | 1111001 | 1000 | 1101101 | 0 | 1011101 | 1010 | 110101 | 100110010 | 1011000 | 11001 |
Color Harmonies of #79086D
Complementary color
Monochromatic Colors of #79086D
Black with #79086D
Text Example
Text Example
White with #79086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79086D; }
p { color: rgb(121,8,109); }
H1.HeaderClassName
{
color: #79086D;
}
.AnyTagClassName
{
color: #79086D;
}
</style>
background-color css
<style>
a { background-color: #79086D; }
a { background-color: rgb(121,8,109); }
div.DivClassName
{
background-color: #79086D;
}
.BgClassName
{
background-color: #79086D;
}
</style>
border-color css
<style>
span { border-color: #79086D; }
span { border-color: rgb(121,8,109); }
td.TdClassName
{
border-color: #79086D;
}
.TagClassName
{
border-color: #79086D;
}
</style>