Shades of Purple #79006C
Tints of Purple #79006C
RGB
CMYK
RGB Variations
Color information
#79006C (or 0x79006C) is known color: Purple. HEX triplet: 79, 00 and 6C. RGB value is (121,0,108). Sum of RGB (Red+Green+Blue) = 121+0+108=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #79006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79006C is #86FF93. Grayscale: #303030. Windows color (decimal): -8847252 or 7078009. OLE color: 7078009.
HSL color Cylindrical-coordinate representation of color #79006C: hue angle of 306.45º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #79006C is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.11 | 0.53 |
| HSL | 306.45º | 1% | 0.24% | - |
| HSV(B) | 306.45º | 1% | 0.47% | - |
| XYZ | 10.59 | 5.15 | 14.62 | - |
| YUV | 48.49 | 161.59 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 108 | 0 | 1 | 0.11 | 0.53 | 306.45 | 1 | 0.24 |
| Hex | 79 | 0 | 6C | 0 | 64 | B | 35 | 132 | 64 | 18 |
| Octal | 171 | 0 | 154 | 0 | 144 | 13 | 65 | 462 | 144 | 30 |
| Binary | 1111001 | 0 | 1101100 | 0 | 1100100 | 1011 | 110101 | 100110010 | 1100100 | 11000 |
Color Harmonies of #79006C
Complementary color
Monochromatic Colors of #79006C
Black with #79006C
Text Example
Text Example
White with #79006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79006C; }
p { color: rgb(121,0,108); }
H1.HeaderClassName
{
color: #79006C;
}
.AnyTagClassName
{
color: #79006C;
}
</style>
background-color css
<style>
a { background-color: #79006C; }
a { background-color: rgb(121,0,108); }
div.DivClassName
{
background-color: #79006C;
}
.BgClassName
{
background-color: #79006C;
}
</style>
border-color css
<style>
span { border-color: #79006C; }
span { border-color: rgb(121,0,108); }
td.TdClassName
{
border-color: #79006C;
}
.TagClassName
{
border-color: #79006C;
}
</style>