Shades of Purple #79046C
Tints of Purple #79046C
RGB
CMYK
RGB Variations
Color information
#79046C (or 0x79046C) is known color: Purple. HEX triplet: 79, 04 and 6C. RGB value is (121,4,108). Sum of RGB (Red+Green+Blue) = 121+4+108=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #79046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79046C is #86FB93. Grayscale: #323232. Windows color (decimal): -8846228 or 7079033. OLE color: 7079033.
HSL color Cylindrical-coordinate representation of color #79046C: hue angle of 306.67º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #79046C is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 4 | 108 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.53 |
| HSL | 306.67º | 0.94% | 0.25% | - |
| HSV(B) | 306.67º | 0.97% | 0.47% | - |
| XYZ | 10.64 | 5.23 | 14.64 | - |
| YUV | 50.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 4 | 108 | 0 | 0.97 | 0.11 | 0.53 | 306.67 | 0.94 | 0.25 |
| Hex | 79 | 4 | 6C | 0 | 61 | B | 35 | 133 | 5E | 19 |
| Octal | 171 | 4 | 154 | 0 | 141 | 13 | 65 | 463 | 136 | 31 |
| Binary | 1111001 | 100 | 1101100 | 0 | 1100001 | 1011 | 110101 | 100110011 | 1011110 | 11001 |
Color Harmonies of #79046C
Complementary color
Monochromatic Colors of #79046C
Black with #79046C
Text Example
Text Example
White with #79046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79046C; }
p { color: rgb(121,4,108); }
H1.HeaderClassName
{
color: #79046C;
}
.AnyTagClassName
{
color: #79046C;
}
</style>
background-color css
<style>
a { background-color: #79046C; }
a { background-color: rgb(121,4,108); }
div.DivClassName
{
background-color: #79046C;
}
.BgClassName
{
background-color: #79046C;
}
</style>
border-color css
<style>
span { border-color: #79046C; }
span { border-color: rgb(121,4,108); }
td.TdClassName
{
border-color: #79046C;
}
.TagClassName
{
border-color: #79046C;
}
</style>