Shades of Palatinate Purple #76225E
Tints of Palatinate Purple #76225E
RGB
CMYK
RGB Variations
Color information
#76225E (or 0x76225E) is known color: Palatinate Purple. HEX triplet: 76, 22 and 5E. RGB value is (118,34,94). Sum of RGB (Red+Green+Blue) = 118+34+94=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76225E is #89DDA1. Grayscale: #414141. Windows color (decimal): -9035170 or 6169206. OLE color: 6169206.
HSL color Cylindrical-coordinate representation of color #76225E: hue angle of 317.14º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76225E is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 94 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.54 |
| HSL | 317.14º | 0.55% | 0.3% | - |
| HSV(B) | 317.14º | 0.71% | 0.46% | - |
| XYZ | 10.06 | 5.8 | 11.18 | - |
| YUV | 65.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 94 | 0 | 0.71 | 0.20 | 0.54 | 317.14 | 0.55 | 0.3 |
| Hex | 76 | 22 | 5E | 0 | 47 | 14 | 36 | 13D | 37 | 1E |
| Octal | 166 | 42 | 136 | 0 | 107 | 24 | 66 | 475 | 67 | 36 |
| Binary | 1110110 | 100010 | 1011110 | 0 | 1000111 | 10100 | 110110 | 100111101 | 110111 | 11110 |
Color Harmonies of #76225E
Complementary color
Monochromatic Colors of #76225E
Black with #76225E
Text Example
Text Example
White with #76225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76225E; }
p { color: rgb(118,34,94); }
H1.HeaderClassName
{
color: #76225E;
}
.AnyTagClassName
{
color: #76225E;
}
</style>
background-color css
<style>
a { background-color: #76225E; }
a { background-color: rgb(118,34,94); }
div.DivClassName
{
background-color: #76225E;
}
.BgClassName
{
background-color: #76225E;
}
</style>
border-color css
<style>
span { border-color: #76225E; }
span { border-color: rgb(118,34,94); }
td.TdClassName
{
border-color: #76225E;
}
.TagClassName
{
border-color: #76225E;
}
</style>