Shades of Palatinate Purple #5E2560
Tints of Palatinate Purple #5E2560
RGB
CMYK
RGB Variations
Color information
#5E2560 (or 0x5E2560) is known color: Palatinate Purple. HEX triplet: 5E, 25 and 60. RGB value is (94,37,96). Sum of RGB (Red+Green+Blue) = 94+37+96=227 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.41% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E2560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2560 is #A1DA9F. Grayscale: #3C3C3C. Windows color (decimal): -10607264 or 6301022. OLE color: 6301022.
HSL color Cylindrical-coordinate representation of color #5E2560: hue angle of 297.97º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E2560 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 37 | 96 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.62 |
| HSL | 297.97º | 0.44% | 0.26% | - |
| HSV(B) | 297.97º | 0.61% | 0.38% | - |
| XYZ | 7.39 | 4.55 | 11.55 | - |
| YUV | 60.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 37 | 96 | 0.02 | 0.61 | 0 | 0.62 | 297.97 | 0.44 | 0.26 |
| Hex | 5E | 25 | 60 | 2 | 3D | 0 | 3E | 12A | 2C | 1A |
| Octal | 136 | 45 | 140 | 2 | 75 | 0 | 76 | 452 | 54 | 32 |
| Binary | 1011110 | 100101 | 1100000 | 10 | 111101 | 0 | 111110 | 100101010 | 101100 | 11010 |
Color Harmonies of #5E2560
Complementary color
Monochromatic Colors of #5E2560
Black with #5E2560
Text Example
Text Example
White with #5E2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2560; }
p { color: rgb(94,37,96); }
H1.HeaderClassName
{
color: #5E2560;
}
.AnyTagClassName
{
color: #5E2560;
}
</style>
background-color css
<style>
a { background-color: #5E2560; }
a { background-color: rgb(94,37,96); }
div.DivClassName
{
background-color: #5E2560;
}
.BgClassName
{
background-color: #5E2560;
}
</style>
border-color css
<style>
span { border-color: #5E2560; }
span { border-color: rgb(94,37,96); }
td.TdClassName
{
border-color: #5E2560;
}
.TagClassName
{
border-color: #5E2560;
}
</style>