Shades of Palatinate Purple #59025C
Tints of Palatinate Purple #59025C
RGB
CMYK
RGB Variations
Color information
#59025C (or 0x59025C) is known color: Palatinate Purple. HEX triplet: 59, 02 and 5C. RGB value is (89,2,92). Sum of RGB (Red+Green+Blue) = 89+2+92=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #59025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59025C is #A6FDA3. Grayscale: #262626. Windows color (decimal): -10943908 or 6029913. OLE color: 6029913.
HSL color Cylindrical-coordinate representation of color #59025C: hue angle of 298º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #59025C is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 2 | 92 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.64 |
| HSL | 298º | 0.96% | 0.18% | - |
| HSV(B) | 298º | 0.98% | 0.36% | - |
| XYZ | 6.07 | 2.94 | 10.37 | - |
| YUV | 38.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 92 | 0.03 | 0.98 | 0 | 0.64 | 298 | 0.96 | 0.18 |
| Hex | 59 | 2 | 5C | 3 | 62 | 0 | 40 | 12A | 60 | 12 |
| Octal | 131 | 2 | 134 | 3 | 142 | 0 | 100 | 452 | 140 | 22 |
| Binary | 1011001 | 10 | 1011100 | 11 | 1100010 | 0 | 1000000 | 100101010 | 1100000 | 10010 |
Color Harmonies of #59025C
Complementary color
Monochromatic Colors of #59025C
Black with #59025C
Text Example
Text Example
White with #59025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59025C; }
p { color: rgb(89,2,92); }
H1.HeaderClassName
{
color: #59025C;
}
.AnyTagClassName
{
color: #59025C;
}
</style>
background-color css
<style>
a { background-color: #59025C; }
a { background-color: rgb(89,2,92); }
div.DivClassName
{
background-color: #59025C;
}
.BgClassName
{
background-color: #59025C;
}
</style>
border-color css
<style>
span { border-color: #59025C; }
span { border-color: rgb(89,2,92); }
td.TdClassName
{
border-color: #59025C;
}
.TagClassName
{
border-color: #59025C;
}
</style>