Shades of Palatinate Purple #5E385A
Tints of Palatinate Purple #5E385A
RGB
CMYK
RGB Variations
Color information
#5E385A (or 0x5E385A) is known color: Palatinate Purple. HEX triplet: 5E, 38 and 5A. RGB value is (94,56,90). Sum of RGB (Red+Green+Blue) = 94+56+90=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 94 - color contains mainly: red. Hex color #5E385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E385A is #A1C7A5. Grayscale: #474747. Windows color (decimal): -10602406 or 5912670. OLE color: 5912670.
HSL color Cylindrical-coordinate representation of color #5E385A: hue angle of 306.32º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E385A is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 56 | 90 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.63 |
| HSL | 306.32º | 0.25% | 0.29% | - |
| HSV(B) | 306.32º | 0.4% | 0.37% | - |
| XYZ | 7.88 | 5.95 | 10.41 | - |
| YUV | 71.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 90 | 0 | 0.40 | 0.04 | 0.63 | 306.32 | 0.25 | 0.29 |
| Hex | 5E | 38 | 5A | 0 | 28 | 4 | 3F | 132 | 19 | 1D |
| Octal | 136 | 70 | 132 | 0 | 50 | 4 | 77 | 462 | 31 | 35 |
| Binary | 1011110 | 111000 | 1011010 | 0 | 101000 | 100 | 111111 | 100110010 | 11001 | 11101 |
Color Harmonies of #5E385A
Complementary color
Monochromatic Colors of #5E385A
Black with #5E385A
Text Example
Text Example
White with #5E385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E385A; }
p { color: rgb(94,56,90); }
H1.HeaderClassName
{
color: #5E385A;
}
.AnyTagClassName
{
color: #5E385A;
}
</style>
background-color css
<style>
a { background-color: #5E385A; }
a { background-color: rgb(94,56,90); }
div.DivClassName
{
background-color: #5E385A;
}
.BgClassName
{
background-color: #5E385A;
}
</style>
border-color css
<style>
span { border-color: #5E385A; }
span { border-color: rgb(94,56,90); }
td.TdClassName
{
border-color: #5E385A;
}
.TagClassName
{
border-color: #5E385A;
}
</style>