Shades of Palatinate Purple #5E385C
Tints of Palatinate Purple #5E385C
RGB
CMYK
RGB Variations
Color information
#5E385C (or 0x5E385C) is known color: Palatinate Purple. HEX triplet: 5E, 38 and 5C. RGB value is (94,56,92). Sum of RGB (Red+Green+Blue) = 94+56+92=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 94 - color contains mainly: red. Hex color #5E385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E385C is #A1C7A3. Grayscale: #474747. Windows color (decimal): -10602404 or 6043742. OLE color: 6043742.
HSL color Cylindrical-coordinate representation of color #5E385C: hue angle of 303.16º 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 #5E385C is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 56 | 92 | - |
CMYK | 0 | 0.40 | 0.02 | 0.63 |
HSL | 303.16º | 0.25% | 0.29% | - |
HSV(B) | 303.16º | 0.4% | 0.37% | - |
XYZ | 7.96 | 5.98 | 10.86 | - |
YUV | 71.47 | 139.59 | 144.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 56 | 92 | 0 | 0.40 | 0.02 | 0.63 | 303.16 | 0.25 | 0.29 |
Hex | 5E | 38 | 5C | 0 | 28 | 2 | 3F | 12F | 19 | 1D |
Octal | 136 | 70 | 134 | 0 | 50 | 2 | 77 | 457 | 31 | 35 |
Binary | 1011110 | 111000 | 1011100 | 0 | 101000 | 10 | 111111 | 100101111 | 11001 | 11101 |
Color Harmonies of #5E385C
Complementary color
Monochromatic Colors of #5E385C
Black with #5E385C
Text Example
Text Example
White with #5E385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E385C; }
p { color: rgb(94,56,92); }
H1.HeaderClassName
{
color: #5E385C;
}
.AnyTagClassName
{
color: #5E385C;
}
</style>
background-color css
<style>
a { background-color: #5E385C; }
a { background-color: rgb(94,56,92); }
div.DivClassName
{
background-color: #5E385C;
}
.BgClassName
{
background-color: #5E385C;
}
</style>
border-color css
<style>
span { border-color: #5E385C; }
span { border-color: rgb(94,56,92); }
td.TdClassName
{
border-color: #5E385C;
}
.TagClassName
{
border-color: #5E385C;
}
</style>