Shades of Palatinate Purple #76285E
Tints of Palatinate Purple #76285E
RGB
CMYK
RGB Variations
Color information
#76285E (or 0x76285E) is known color: Palatinate Purple. HEX triplet: 76, 28 and 5E. RGB value is (118,40,94). Sum of RGB (Red+Green+Blue) = 118+40+94=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #76285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76285E is #89D7A1. Grayscale: #454545. Windows color (decimal): -9033634 or 6170742. OLE color: 6170742.
HSL color Cylindrical-coordinate representation of color #76285E: hue angle of 318.46º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76285E is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 40 | 94 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.54 |
| HSL | 318.46º | 0.49% | 0.31% | - |
| HSV(B) | 318.46º | 0.66% | 0.46% | - |
| XYZ | 10.25 | 6.18 | 11.24 | - |
| YUV | 69.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 94 | 0 | 0.66 | 0.20 | 0.54 | 318.46 | 0.49 | 0.31 |
| Hex | 76 | 28 | 5E | 0 | 42 | 14 | 36 | 13E | 31 | 1F |
| Octal | 166 | 50 | 136 | 0 | 102 | 24 | 66 | 476 | 61 | 37 |
| Binary | 1110110 | 101000 | 1011110 | 0 | 1000010 | 10100 | 110110 | 100111110 | 110001 | 11111 |
Color Harmonies of #76285E
Complementary color
Monochromatic Colors of #76285E
Black with #76285E
Text Example
Text Example
White with #76285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76285E; }
p { color: rgb(118,40,94); }
H1.HeaderClassName
{
color: #76285E;
}
.AnyTagClassName
{
color: #76285E;
}
</style>
background-color css
<style>
a { background-color: #76285E; }
a { background-color: rgb(118,40,94); }
div.DivClassName
{
background-color: #76285E;
}
.BgClassName
{
background-color: #76285E;
}
</style>
border-color css
<style>
span { border-color: #76285E; }
span { border-color: rgb(118,40,94); }
td.TdClassName
{
border-color: #76285E;
}
.TagClassName
{
border-color: #76285E;
}
</style>