Shades of Palatinate Purple #5E2857
Tints of Palatinate Purple #5E2857
RGB
CMYK
RGB Variations
Color information
#5E2857 (or 0x5E2857) is known color: Palatinate Purple. HEX triplet: 5E, 28 and 57. RGB value is (94,40,87). Sum of RGB (Red+Green+Blue) = 94+40+87=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2857 is #A1D7A8. Grayscale: #3D3D3D. Windows color (decimal): -10606505 or 5711966. OLE color: 5711966.
HSL color Cylindrical-coordinate representation of color #5E2857: hue angle of 307.78º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E2857 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 40 | 87 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.63 |
| HSL | 307.78º | 0.4% | 0.26% | - |
| HSV(B) | 307.78º | 0.57% | 0.37% | - |
| XYZ | 7.1 | 4.59 | 9.53 | - |
| YUV | 61.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 40 | 87 | 0 | 0.57 | 0.07 | 0.63 | 307.78 | 0.4 | 0.26 |
| Hex | 5E | 28 | 57 | 0 | 39 | 7 | 3F | 134 | 28 | 1A |
| Octal | 136 | 50 | 127 | 0 | 71 | 7 | 77 | 464 | 50 | 32 |
| Binary | 1011110 | 101000 | 1010111 | 0 | 111001 | 111 | 111111 | 100110100 | 101000 | 11010 |
Color Harmonies of #5E2857
Complementary color
Monochromatic Colors of #5E2857
Black with #5E2857
Text Example
Text Example
White with #5E2857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2857; }
p { color: rgb(94,40,87); }
H1.HeaderClassName
{
color: #5E2857;
}
.AnyTagClassName
{
color: #5E2857;
}
</style>
background-color css
<style>
a { background-color: #5E2857; }
a { background-color: rgb(94,40,87); }
div.DivClassName
{
background-color: #5E2857;
}
.BgClassName
{
background-color: #5E2857;
}
</style>
border-color css
<style>
span { border-color: #5E2857; }
span { border-color: rgb(94,40,87); }
td.TdClassName
{
border-color: #5E2857;
}
.TagClassName
{
border-color: #5E2857;
}
</style>