Shades of Palatinate Purple #5E3254
Tints of Palatinate Purple #5E3254
RGB
CMYK
RGB Variations
Color information
#5E3254 (or 0x5E3254) is known color: Palatinate Purple. HEX triplet: 5E, 32 and 54. RGB value is (94,50,84). Sum of RGB (Red+Green+Blue) = 94+50+84=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3254 is #A1CDAB. Grayscale: #424242. Windows color (decimal): -10603948 or 5517918. OLE color: 5517918.
HSL color Cylindrical-coordinate representation of color #5E3254: hue angle of 313.64º 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 #5E3254 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 50 | 84 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.63 |
| HSL | 313.64º | 0.31% | 0.28% | - |
| HSV(B) | 313.64º | 0.47% | 0.37% | - |
| XYZ | 7.36 | 5.3 | 9.02 | - |
| YUV | 67.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 50 | 84 | 0 | 0.47 | 0.11 | 0.63 | 313.64 | 0.31 | 0.28 |
| Hex | 5E | 32 | 54 | 0 | 2F | B | 3F | 13A | 1F | 1C |
| Octal | 136 | 62 | 124 | 0 | 57 | 13 | 77 | 472 | 37 | 34 |
| Binary | 1011110 | 110010 | 1010100 | 0 | 101111 | 1011 | 111111 | 100111010 | 11111 | 11100 |
Color Harmonies of #5E3254
Complementary color
Monochromatic Colors of #5E3254
Black with #5E3254
Text Example
Text Example
White with #5E3254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3254; }
p { color: rgb(94,50,84); }
H1.HeaderClassName
{
color: #5E3254;
}
.AnyTagClassName
{
color: #5E3254;
}
</style>
background-color css
<style>
a { background-color: #5E3254; }
a { background-color: rgb(94,50,84); }
div.DivClassName
{
background-color: #5E3254;
}
.BgClassName
{
background-color: #5E3254;
}
</style>
border-color css
<style>
span { border-color: #5E3254; }
span { border-color: rgb(94,50,84); }
td.TdClassName
{
border-color: #5E3254;
}
.TagClassName
{
border-color: #5E3254;
}
</style>