Shades of Palatinate Purple #5E3257
Tints of Palatinate Purple #5E3257
RGB
CMYK
RGB Variations
Color information
#5E3257 (or 0x5E3257) is known color: Palatinate Purple. HEX triplet: 5E, 32 and 57. RGB value is (94,50,87). Sum of RGB (Red+Green+Blue) = 94+50+87=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3257 is #A1CDA8. Grayscale: #434343. Windows color (decimal): -10603945 or 5714526. OLE color: 5714526.
HSL color Cylindrical-coordinate representation of color #5E3257: hue angle of 309.55º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E3257 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 50 | 87 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.63 |
| HSL | 309.55º | 0.31% | 0.28% | - |
| HSV(B) | 309.55º | 0.47% | 0.37% | - |
| XYZ | 7.48 | 5.35 | 9.66 | - |
| YUV | 67.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 50 | 87 | 0 | 0.47 | 0.07 | 0.63 | 309.55 | 0.31 | 0.28 |
| Hex | 5E | 32 | 57 | 0 | 2F | 7 | 3F | 136 | 1F | 1C |
| Octal | 136 | 62 | 127 | 0 | 57 | 7 | 77 | 466 | 37 | 34 |
| Binary | 1011110 | 110010 | 1010111 | 0 | 101111 | 111 | 111111 | 100110110 | 11111 | 11100 |
Color Harmonies of #5E3257
Complementary color
Monochromatic Colors of #5E3257
Black with #5E3257
Text Example
Text Example
White with #5E3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3257; }
p { color: rgb(94,50,87); }
H1.HeaderClassName
{
color: #5E3257;
}
.AnyTagClassName
{
color: #5E3257;
}
</style>
background-color css
<style>
a { background-color: #5E3257; }
a { background-color: rgb(94,50,87); }
div.DivClassName
{
background-color: #5E3257;
}
.BgClassName
{
background-color: #5E3257;
}
</style>
border-color css
<style>
span { border-color: #5E3257; }
span { border-color: rgb(94,50,87); }
td.TdClassName
{
border-color: #5E3257;
}
.TagClassName
{
border-color: #5E3257;
}
</style>