Shades of Purple #79096C
Tints of Purple #79096C
RGB
CMYK
RGB Variations
Color information
#79096C (or 0x79096C) is known color: Purple. HEX triplet: 79, 09 and 6C. RGB value is (121,9,108). Sum of RGB (Red+Green+Blue) = 121+9+108=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #79096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79096C is #86F693. Grayscale: #353535. Windows color (decimal): -8844948 or 7080313. OLE color: 7080313.
HSL color Cylindrical-coordinate representation of color #79096C: hue angle of 306.96º degrees, saturation: 0.86, 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 #79096C is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 9 | 108 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.53 |
| HSL | 306.96º | 0.86% | 0.25% | - |
| HSV(B) | 306.96º | 0.93% | 0.47% | - |
| XYZ | 10.69 | 5.34 | 14.66 | - |
| YUV | 53.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 9 | 108 | 0 | 0.93 | 0.11 | 0.53 | 306.96 | 0.86 | 0.25 |
| Hex | 79 | 9 | 6C | 0 | 5D | B | 35 | 133 | 56 | 19 |
| Octal | 171 | 11 | 154 | 0 | 135 | 13 | 65 | 463 | 126 | 31 |
| Binary | 1111001 | 1001 | 1101100 | 0 | 1011101 | 1011 | 110101 | 100110011 | 1010110 | 11001 |
Color Harmonies of #79096C
Complementary color
Monochromatic Colors of #79096C
Black with #79096C
Text Example
Text Example
White with #79096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79096C; }
p { color: rgb(121,9,108); }
H1.HeaderClassName
{
color: #79096C;
}
.AnyTagClassName
{
color: #79096C;
}
</style>
background-color css
<style>
a { background-color: #79096C; }
a { background-color: rgb(121,9,108); }
div.DivClassName
{
background-color: #79096C;
}
.BgClassName
{
background-color: #79096C;
}
</style>
border-color css
<style>
span { border-color: #79096C; }
span { border-color: rgb(121,9,108); }
td.TdClassName
{
border-color: #79096C;
}
.TagClassName
{
border-color: #79096C;
}
</style>