Shades of Palatinate Purple #592753
Tints of Palatinate Purple #592753
RGB
CMYK
RGB Variations
Color information
#592753 (or 0x592753) is known color: Palatinate Purple. HEX triplet: 59, 27 and 53. RGB value is (89,39,83). Sum of RGB (Red+Green+Blue) = 89+39+83=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #592753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592753 is #A6D8AC. Grayscale: #3A3A3A. Windows color (decimal): -10934445 or 5449561. OLE color: 5449561.
HSL color Cylindrical-coordinate representation of color #592753: hue angle of 307.2º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #592753 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 39 | 83 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.65 |
| HSL | 307.2º | 0.39% | 0.25% | - |
| HSV(B) | 307.2º | 0.56% | 0.35% | - |
| XYZ | 6.41 | 4.2 | 8.66 | - |
| YUV | 58.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 83 | 0 | 0.56 | 0.07 | 0.65 | 307.2 | 0.39 | 0.25 |
| Hex | 59 | 27 | 53 | 0 | 38 | 7 | 41 | 133 | 27 | 19 |
| Octal | 131 | 47 | 123 | 0 | 70 | 7 | 101 | 463 | 47 | 31 |
| Binary | 1011001 | 100111 | 1010011 | 0 | 111000 | 111 | 1000001 | 100110011 | 100111 | 11001 |
Color Harmonies of #592753
Complementary color
Monochromatic Colors of #592753
Black with #592753
Text Example
Text Example
White with #592753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592753; }
p { color: rgb(89,39,83); }
H1.HeaderClassName
{
color: #592753;
}
.AnyTagClassName
{
color: #592753;
}
</style>
background-color css
<style>
a { background-color: #592753; }
a { background-color: rgb(89,39,83); }
div.DivClassName
{
background-color: #592753;
}
.BgClassName
{
background-color: #592753;
}
</style>
border-color css
<style>
span { border-color: #592753; }
span { border-color: rgb(89,39,83); }
td.TdClassName
{
border-color: #592753;
}
.TagClassName
{
border-color: #592753;
}
</style>