Shades of Palatinate Purple #79145B
Tints of Palatinate Purple #79145B
RGB
CMYK
RGB Variations
Color information
#79145B (or 0x79145B) is known color: Palatinate Purple. HEX triplet: 79, 14 and 5B. RGB value is (121,20,91). Sum of RGB (Red+Green+Blue) = 121+20+91=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #79145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79145B is #86EBA4. Grayscale: #3A3A3A. Windows color (decimal): -8842149 or 5969017. OLE color: 5969017.
HSL color Cylindrical-coordinate representation of color #79145B: hue angle of 317.82º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79145B is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 20 | 91 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.53 |
| HSL | 317.82º | 0.72% | 0.28% | - |
| HSV(B) | 317.82º | 0.83% | 0.47% | - |
| XYZ | 10.02 | 5.32 | 10.4 | - |
| YUV | 58.29 | 146.46 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 20 | 91 | 0 | 0.83 | 0.25 | 0.53 | 317.82 | 0.72 | 0.28 |
| Hex | 79 | 14 | 5B | 0 | 53 | 19 | 35 | 13E | 48 | 1C |
| Octal | 171 | 24 | 133 | 0 | 123 | 31 | 65 | 476 | 110 | 34 |
| Binary | 1111001 | 10100 | 1011011 | 0 | 1010011 | 11001 | 110101 | 100111110 | 1001000 | 11100 |
Color Harmonies of #79145B
Complementary color
Monochromatic Colors of #79145B
Black with #79145B
Text Example
Text Example
White with #79145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79145B; }
p { color: rgb(121,20,91); }
H1.HeaderClassName
{
color: #79145B;
}
.AnyTagClassName
{
color: #79145B;
}
</style>
background-color css
<style>
a { background-color: #79145B; }
a { background-color: rgb(121,20,91); }
div.DivClassName
{
background-color: #79145B;
}
.BgClassName
{
background-color: #79145B;
}
</style>
border-color css
<style>
span { border-color: #79145B; }
span { border-color: rgb(121,20,91); }
td.TdClassName
{
border-color: #79145B;
}
.TagClassName
{
border-color: #79145B;
}
</style>