Shades of Palatinate Purple #76235C
Tints of Palatinate Purple #76235C
RGB
CMYK
RGB Variations
Color information
#76235C (or 0x76235C) is known color: Palatinate Purple. HEX triplet: 76, 23 and 5C. RGB value is (118,35,92). Sum of RGB (Red+Green+Blue) = 118+35+92=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76235C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76235C is #89DCA3. Grayscale: #424242. Windows color (decimal): -9034916 or 6038390. OLE color: 6038390.
HSL color Cylindrical-coordinate representation of color #76235C: hue angle of 318.8º 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 #76235C is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 92 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.54 |
| HSL | 318.8º | 0.54% | 0.3% | - |
| HSV(B) | 318.8º | 0.7% | 0.46% | - |
| XYZ | 10 | 5.83 | 10.72 | - |
| YUV | 66.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 92 | 0 | 0.70 | 0.22 | 0.54 | 318.8 | 0.54 | 0.3 |
| Hex | 76 | 23 | 5C | 0 | 46 | 16 | 36 | 13F | 36 | 1E |
| Octal | 166 | 43 | 134 | 0 | 106 | 26 | 66 | 477 | 66 | 36 |
| Binary | 1110110 | 100011 | 1011100 | 0 | 1000110 | 10110 | 110110 | 100111111 | 110110 | 11110 |
Color Harmonies of #76235C
Complementary color
Monochromatic Colors of #76235C
Black with #76235C
Text Example
Text Example
White with #76235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76235C; }
p { color: rgb(118,35,92); }
H1.HeaderClassName
{
color: #76235C;
}
.AnyTagClassName
{
color: #76235C;
}
</style>
background-color css
<style>
a { background-color: #76235C; }
a { background-color: rgb(118,35,92); }
div.DivClassName
{
background-color: #76235C;
}
.BgClassName
{
background-color: #76235C;
}
</style>
border-color css
<style>
span { border-color: #76235C; }
span { border-color: rgb(118,35,92); }
td.TdClassName
{
border-color: #76235C;
}
.TagClassName
{
border-color: #76235C;
}
</style>