Shades of Palatinate Purple #76285D
Tints of Palatinate Purple #76285D
RGB
CMYK
RGB Variations
Color information
#76285D (or 0x76285D) is known color: Palatinate Purple. HEX triplet: 76, 28 and 5D. RGB value is (118,40,93). Sum of RGB (Red+Green+Blue) = 118+40+93=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76285D is #89D7A2. Grayscale: #454545. Windows color (decimal): -9033635 or 6105206. OLE color: 6105206.
HSL color Cylindrical-coordinate representation of color #76285D: hue angle of 319.23º 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 #76285D is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 40 | 93 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.54 |
| HSL | 319.23º | 0.49% | 0.31% | - |
| HSV(B) | 319.23º | 0.66% | 0.46% | - |
| XYZ | 10.21 | 6.16 | 11.01 | - |
| YUV | 69.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 93 | 0 | 0.66 | 0.21 | 0.54 | 319.23 | 0.49 | 0.31 |
| Hex | 76 | 28 | 5D | 0 | 42 | 15 | 36 | 13F | 31 | 1F |
| Octal | 166 | 50 | 135 | 0 | 102 | 25 | 66 | 477 | 61 | 37 |
| Binary | 1110110 | 101000 | 1011101 | 0 | 1000010 | 10101 | 110110 | 100111111 | 110001 | 11111 |
Color Harmonies of #76285D
Complementary color
Monochromatic Colors of #76285D
Black with #76285D
Text Example
Text Example
White with #76285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76285D; }
p { color: rgb(118,40,93); }
H1.HeaderClassName
{
color: #76285D;
}
.AnyTagClassName
{
color: #76285D;
}
</style>
background-color css
<style>
a { background-color: #76285D; }
a { background-color: rgb(118,40,93); }
div.DivClassName
{
background-color: #76285D;
}
.BgClassName
{
background-color: #76285D;
}
</style>
border-color css
<style>
span { border-color: #76285D; }
span { border-color: rgb(118,40,93); }
td.TdClassName
{
border-color: #76285D;
}
.TagClassName
{
border-color: #76285D;
}
</style>