Shades of Palatinate Purple #76255E
Tints of Palatinate Purple #76255E
RGB
CMYK
RGB Variations
Color information
#76255E (or 0x76255E) is known color: Palatinate Purple. HEX triplet: 76, 25 and 5E. RGB value is (118,37,94). Sum of RGB (Red+Green+Blue) = 118+37+94=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76255E is #89DAA1. Grayscale: #434343. Windows color (decimal): -9034402 or 6169974. OLE color: 6169974.
HSL color Cylindrical-coordinate representation of color #76255E: hue angle of 317.78º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76255E is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 37 | 94 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.54 |
| HSL | 317.78º | 0.52% | 0.3% | - |
| HSV(B) | 317.78º | 0.69% | 0.46% | - |
| XYZ | 10.15 | 5.98 | 11.21 | - |
| YUV | 67.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 94 | 0 | 0.69 | 0.20 | 0.54 | 317.78 | 0.52 | 0.3 |
| Hex | 76 | 25 | 5E | 0 | 45 | 14 | 36 | 13E | 34 | 1E |
| Octal | 166 | 45 | 136 | 0 | 105 | 24 | 66 | 476 | 64 | 36 |
| Binary | 1110110 | 100101 | 1011110 | 0 | 1000101 | 10100 | 110110 | 100111110 | 110100 | 11110 |
Color Harmonies of #76255E
Complementary color
Monochromatic Colors of #76255E
Black with #76255E
Text Example
Text Example
White with #76255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76255E; }
p { color: rgb(118,37,94); }
H1.HeaderClassName
{
color: #76255E;
}
.AnyTagClassName
{
color: #76255E;
}
</style>
background-color css
<style>
a { background-color: #76255E; }
a { background-color: rgb(118,37,94); }
div.DivClassName
{
background-color: #76255E;
}
.BgClassName
{
background-color: #76255E;
}
</style>
border-color css
<style>
span { border-color: #76255E; }
span { border-color: rgb(118,37,94); }
td.TdClassName
{
border-color: #76255E;
}
.TagClassName
{
border-color: #76255E;
}
</style>