Shades of Palatinate Purple #5E3056
Tints of Palatinate Purple #5E3056
RGB
CMYK
RGB Variations
Color information
#5E3056 (or 0x5E3056) is known color: Palatinate Purple. HEX triplet: 5E, 30 and 56. RGB value is (94,48,86). Sum of RGB (Red+Green+Blue) = 94+48+86=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3056 is #A1CFA9. Grayscale: #414141. Windows color (decimal): -10604458 or 5648478. OLE color: 5648478.
HSL color Cylindrical-coordinate representation of color #5E3056: hue angle of 310.43º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E3056 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 48 | 86 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.63 |
| HSL | 310.43º | 0.32% | 0.28% | - |
| HSV(B) | 310.43º | 0.49% | 0.37% | - |
| XYZ | 7.35 | 5.17 | 9.41 | - |
| YUV | 66.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 48 | 86 | 0 | 0.49 | 0.09 | 0.63 | 310.43 | 0.32 | 0.28 |
| Hex | 5E | 30 | 56 | 0 | 31 | 9 | 3F | 136 | 20 | 1C |
| Octal | 136 | 60 | 126 | 0 | 61 | 11 | 77 | 466 | 40 | 34 |
| Binary | 1011110 | 110000 | 1010110 | 0 | 110001 | 1001 | 111111 | 100110110 | 100000 | 11100 |
Color Harmonies of #5E3056
Complementary color
Monochromatic Colors of #5E3056
Black with #5E3056
Text Example
Text Example
White with #5E3056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3056; }
p { color: rgb(94,48,86); }
H1.HeaderClassName
{
color: #5E3056;
}
.AnyTagClassName
{
color: #5E3056;
}
</style>
background-color css
<style>
a { background-color: #5E3056; }
a { background-color: rgb(94,48,86); }
div.DivClassName
{
background-color: #5E3056;
}
.BgClassName
{
background-color: #5E3056;
}
</style>
border-color css
<style>
span { border-color: #5E3056; }
span { border-color: rgb(94,48,86); }
td.TdClassName
{
border-color: #5E3056;
}
.TagClassName
{
border-color: #5E3056;
}
</style>