Shades of Palatinate Purple #76335E
Tints of Palatinate Purple #76335E
RGB
CMYK
RGB Variations
Color information
#76335E (or 0x76335E) is known color: Palatinate Purple. HEX triplet: 76, 33 and 5E. RGB value is (118,51,94). Sum of RGB (Red+Green+Blue) = 118+51+94=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76335E is #89CCA1. Grayscale: #4B4B4B. Windows color (decimal): -9030818 or 6173558. OLE color: 6173558.
HSL color Cylindrical-coordinate representation of color #76335E: hue angle of 321.49º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76335E is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 51 | 94 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.54 |
| HSL | 321.49º | 0.4% | 0.33% | - |
| HSV(B) | 321.49º | 0.57% | 0.46% | - |
| XYZ | 10.68 | 7.03 | 11.38 | - |
| YUV | 75.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 94 | 0 | 0.57 | 0.20 | 0.54 | 321.49 | 0.4 | 0.33 |
| Hex | 76 | 33 | 5E | 0 | 39 | 14 | 36 | 141 | 28 | 21 |
| Octal | 166 | 63 | 136 | 0 | 71 | 24 | 66 | 501 | 50 | 41 |
| Binary | 1110110 | 110011 | 1011110 | 0 | 111001 | 10100 | 110110 | 101000001 | 101000 | 100001 |
Color Harmonies of #76335E
Complementary color
Monochromatic Colors of #76335E
Black with #76335E
Text Example
Text Example
White with #76335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76335E; }
p { color: rgb(118,51,94); }
H1.HeaderClassName
{
color: #76335E;
}
.AnyTagClassName
{
color: #76335E;
}
</style>
background-color css
<style>
a { background-color: #76335E; }
a { background-color: rgb(118,51,94); }
div.DivClassName
{
background-color: #76335E;
}
.BgClassName
{
background-color: #76335E;
}
</style>
border-color css
<style>
span { border-color: #76335E; }
span { border-color: rgb(118,51,94); }
td.TdClassName
{
border-color: #76335E;
}
.TagClassName
{
border-color: #76335E;
}
</style>