Shades of Palatinate Purple #76205E
Tints of Palatinate Purple #76205E
RGB
CMYK
RGB Variations
Color information
#76205E (or 0x76205E) is known color: Palatinate Purple. HEX triplet: 76, 20 and 5E. RGB value is (118,32,94). Sum of RGB (Red+Green+Blue) = 118+32+94=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76205E is #89DFA1. Grayscale: #404040. Windows color (decimal): -9035682 or 6168694. OLE color: 6168694.
HSL color Cylindrical-coordinate representation of color #76205E: hue angle of 316.74º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76205E is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 94 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.54 |
| HSL | 316.74º | 0.57% | 0.29% | - |
| HSV(B) | 316.74º | 0.73% | 0.46% | - |
| XYZ | 10.01 | 5.69 | 11.16 | - |
| YUV | 64.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 94 | 0 | 0.73 | 0.20 | 0.54 | 316.74 | 0.57 | 0.29 |
| Hex | 76 | 20 | 5E | 0 | 49 | 14 | 36 | 13D | 39 | 1D |
| Octal | 166 | 40 | 136 | 0 | 111 | 24 | 66 | 475 | 71 | 35 |
| Binary | 1110110 | 100000 | 1011110 | 0 | 1001001 | 10100 | 110110 | 100111101 | 111001 | 11101 |
Color Harmonies of #76205E
Complementary color
Monochromatic Colors of #76205E
Black with #76205E
Text Example
Text Example
White with #76205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76205E; }
p { color: rgb(118,32,94); }
H1.HeaderClassName
{
color: #76205E;
}
.AnyTagClassName
{
color: #76205E;
}
</style>
background-color css
<style>
a { background-color: #76205E; }
a { background-color: rgb(118,32,94); }
div.DivClassName
{
background-color: #76205E;
}
.BgClassName
{
background-color: #76205E;
}
</style>
border-color css
<style>
span { border-color: #76205E; }
span { border-color: rgb(118,32,94); }
td.TdClassName
{
border-color: #76205E;
}
.TagClassName
{
border-color: #76205E;
}
</style>