Shades of Palatinate Purple #76325F
Tints of Palatinate Purple #76325F
RGB
CMYK
RGB Variations
Color information
#76325F (or 0x76325F) is known color: Palatinate Purple. HEX triplet: 76, 32 and 5F. RGB value is (118,50,95). Sum of RGB (Red+Green+Blue) = 118+50+95=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76325F is #89CDA0. Grayscale: #4B4B4B. Windows color (decimal): -9031073 or 6238838. OLE color: 6238838.
HSL color Cylindrical-coordinate representation of color #76325F: hue angle of 320.29º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76325F is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 50 | 95 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.54 |
| HSL | 320.29º | 0.4% | 0.33% | - |
| HSV(B) | 320.29º | 0.58% | 0.46% | - |
| XYZ | 10.68 | 6.96 | 11.61 | - |
| YUV | 75.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 95 | 0 | 0.58 | 0.19 | 0.54 | 320.29 | 0.4 | 0.33 |
| Hex | 76 | 32 | 5F | 0 | 3A | 13 | 36 | 140 | 28 | 21 |
| Octal | 166 | 62 | 137 | 0 | 72 | 23 | 66 | 500 | 50 | 41 |
| Binary | 1110110 | 110010 | 1011111 | 0 | 111010 | 10011 | 110110 | 101000000 | 101000 | 100001 |
Color Harmonies of #76325F
Complementary color
Monochromatic Colors of #76325F
Black with #76325F
Text Example
Text Example
White with #76325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76325F; }
p { color: rgb(118,50,95); }
H1.HeaderClassName
{
color: #76325F;
}
.AnyTagClassName
{
color: #76325F;
}
</style>
background-color css
<style>
a { background-color: #76325F; }
a { background-color: rgb(118,50,95); }
div.DivClassName
{
background-color: #76325F;
}
.BgClassName
{
background-color: #76325F;
}
</style>
border-color css
<style>
span { border-color: #76325F; }
span { border-color: rgb(118,50,95); }
td.TdClassName
{
border-color: #76325F;
}
.TagClassName
{
border-color: #76325F;
}
</style>