Shades of Palatinate Purple #79296A
Tints of Palatinate Purple #79296A
RGB
CMYK
RGB Variations
Color information
#79296A (or 0x79296A) is known color: Palatinate Purple. HEX triplet: 79, 29 and 6A. RGB value is (121,41,106). Sum of RGB (Red+Green+Blue) = 121+41+106=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #79296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79296A is #86D695. Grayscale: #484848. Windows color (decimal): -8836758 or 6957433. OLE color: 6957433.
HSL color Cylindrical-coordinate representation of color #79296A: hue angle of 311.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #79296A is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 41 | 106 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.53 |
| HSL | 311.25º | 0.49% | 0.32% | - |
| HSV(B) | 311.25º | 0.66% | 0.47% | - |
| XYZ | 11.28 | 6.69 | 14.33 | - |
| YUV | 72.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 41 | 106 | 0 | 0.66 | 0.12 | 0.53 | 311.25 | 0.49 | 0.32 |
| Hex | 79 | 29 | 6A | 0 | 42 | C | 35 | 137 | 31 | 20 |
| Octal | 171 | 51 | 152 | 0 | 102 | 14 | 65 | 467 | 61 | 40 |
| Binary | 1111001 | 101001 | 1101010 | 0 | 1000010 | 1100 | 110101 | 100110111 | 110001 | 100000 |
Color Harmonies of #79296A
Complementary color
Monochromatic Colors of #79296A
Black with #79296A
Text Example
Text Example
White with #79296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79296A; }
p { color: rgb(121,41,106); }
H1.HeaderClassName
{
color: #79296A;
}
.AnyTagClassName
{
color: #79296A;
}
</style>
background-color css
<style>
a { background-color: #79296A; }
a { background-color: rgb(121,41,106); }
div.DivClassName
{
background-color: #79296A;
}
.BgClassName
{
background-color: #79296A;
}
</style>
border-color css
<style>
span { border-color: #79296A; }
span { border-color: rgb(121,41,106); }
td.TdClassName
{
border-color: #79296A;
}
.TagClassName
{
border-color: #79296A;
}
</style>