Shades of Palatinate Purple #5E2063
Tints of Palatinate Purple #5E2063
RGB
CMYK
RGB Variations
Color information
#5E2063 (or 0x5E2063) is known color: Palatinate Purple. HEX triplet: 5E, 20 and 63. RGB value is (94,32,99). Sum of RGB (Red+Green+Blue) = 94+32+99=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E2063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2063 is #A1DF9C. Grayscale: #393939. Windows color (decimal): -10608541 or 6496350. OLE color: 6496350.
HSL color Cylindrical-coordinate representation of color #5E2063: hue angle of 295.52º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E2063 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 32 | 99 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.61 |
| HSL | 295.52º | 0.51% | 0.26% | - |
| HSV(B) | 295.52º | 0.68% | 0.39% | - |
| XYZ | 7.38 | 4.31 | 12.25 | - |
| YUV | 58.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 99 | 0.05 | 0.68 | 0 | 0.61 | 295.52 | 0.51 | 0.26 |
| Hex | 5E | 20 | 63 | 5 | 44 | 0 | 3D | 128 | 33 | 1A |
| Octal | 136 | 40 | 143 | 5 | 104 | 0 | 75 | 450 | 63 | 32 |
| Binary | 1011110 | 100000 | 1100011 | 101 | 1000100 | 0 | 111101 | 100101000 | 110011 | 11010 |
Color Harmonies of #5E2063
Complementary color
Monochromatic Colors of #5E2063
Black with #5E2063
Text Example
Text Example
White with #5E2063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2063; }
p { color: rgb(94,32,99); }
H1.HeaderClassName
{
color: #5E2063;
}
.AnyTagClassName
{
color: #5E2063;
}
</style>
background-color css
<style>
a { background-color: #5E2063; }
a { background-color: rgb(94,32,99); }
div.DivClassName
{
background-color: #5E2063;
}
.BgClassName
{
background-color: #5E2063;
}
</style>
border-color css
<style>
span { border-color: #5E2063; }
span { border-color: rgb(94,32,99); }
td.TdClassName
{
border-color: #5E2063;
}
.TagClassName
{
border-color: #5E2063;
}
</style>