Shades of Palatinate Purple #76235E
Tints of Palatinate Purple #76235E
RGB
CMYK
RGB Variations
Color information
#76235E (or 0x76235E) is known color: Palatinate Purple. HEX triplet: 76, 23 and 5E. RGB value is (118,35,94). Sum of RGB (Red+Green+Blue) = 118+35+94=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76235E is #89DCA1. Grayscale: #424242. Windows color (decimal): -9034914 or 6169462. OLE color: 6169462.
HSL color Cylindrical-coordinate representation of color #76235E: hue angle of 317.35º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76235E is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 94 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.54 |
| HSL | 317.35º | 0.54% | 0.3% | - |
| HSV(B) | 317.35º | 0.7% | 0.46% | - |
| XYZ | 10.09 | 5.86 | 11.19 | - |
| YUV | 66.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 94 | 0 | 0.70 | 0.20 | 0.54 | 317.35 | 0.54 | 0.3 |
| Hex | 76 | 23 | 5E | 0 | 46 | 14 | 36 | 13D | 36 | 1E |
| Octal | 166 | 43 | 136 | 0 | 106 | 24 | 66 | 475 | 66 | 36 |
| Binary | 1110110 | 100011 | 1011110 | 0 | 1000110 | 10100 | 110110 | 100111101 | 110110 | 11110 |
Color Harmonies of #76235E
Complementary color
Monochromatic Colors of #76235E
Black with #76235E
Text Example
Text Example
White with #76235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76235E; }
p { color: rgb(118,35,94); }
H1.HeaderClassName
{
color: #76235E;
}
.AnyTagClassName
{
color: #76235E;
}
</style>
background-color css
<style>
a { background-color: #76235E; }
a { background-color: rgb(118,35,94); }
div.DivClassName
{
background-color: #76235E;
}
.BgClassName
{
background-color: #76235E;
}
</style>
border-color css
<style>
span { border-color: #76235E; }
span { border-color: rgb(118,35,94); }
td.TdClassName
{
border-color: #76235E;
}
.TagClassName
{
border-color: #76235E;
}
</style>