Shades of Palatinate Purple #5E385B
Tints of Palatinate Purple #5E385B
RGB
CMYK
RGB Variations
Color information
#5E385B (or 0x5E385B) is known color: Palatinate Purple. HEX triplet: 5E, 38 and 5B. RGB value is (94,56,91). Sum of RGB (Red+Green+Blue) = 94+56+91=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 94 - color contains mainly: red. Hex color #5E385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E385B is #A1C7A4. Grayscale: #474747. Windows color (decimal): -10602405 or 5978206. OLE color: 5978206.
HSL color Cylindrical-coordinate representation of color #5E385B: hue angle of 304.74º 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 #5E385B is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 56 | 91 | - |
CMYK | 0 | 0.40 | 0.03 | 0.63 |
HSL | 304.74º | 0.25% | 0.29% | - |
HSV(B) | 304.74º | 0.4% | 0.37% | - |
XYZ | 7.92 | 5.96 | 10.63 | - |
YUV | 71.35 | 139.09 | 144.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 56 | 91 | 0 | 0.40 | 0.03 | 0.63 | 304.74 | 0.25 | 0.29 |
Hex | 5E | 38 | 5B | 0 | 28 | 3 | 3F | 131 | 19 | 1D |
Octal | 136 | 70 | 133 | 0 | 50 | 3 | 77 | 461 | 31 | 35 |
Binary | 1011110 | 111000 | 1011011 | 0 | 101000 | 11 | 111111 | 100110001 | 11001 | 11101 |
Color Harmonies of #5E385B
Complementary color
Monochromatic Colors of #5E385B
Black with #5E385B
Text Example
Text Example
White with #5E385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E385B; }
p { color: rgb(94,56,91); }
H1.HeaderClassName
{
color: #5E385B;
}
.AnyTagClassName
{
color: #5E385B;
}
</style>
background-color css
<style>
a { background-color: #5E385B; }
a { background-color: rgb(94,56,91); }
div.DivClassName
{
background-color: #5E385B;
}
.BgClassName
{
background-color: #5E385B;
}
</style>
border-color css
<style>
span { border-color: #5E385B; }
span { border-color: rgb(94,56,91); }
td.TdClassName
{
border-color: #5E385B;
}
.TagClassName
{
border-color: #5E385B;
}
</style>