Shades of Palatinate Purple #5E355C
Tints of Palatinate Purple #5E355C
RGB
CMYK
RGB Variations
Color information
#5E355C (or 0x5E355C) is known color: Palatinate Purple. HEX triplet: 5E, 35 and 5C. RGB value is (94,53,92). Sum of RGB (Red+Green+Blue) = 94+53+92=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 94 - color contains mainly: red. Hex color #5E355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E355C is #A1CAA3. Grayscale: #454545. Windows color (decimal): -10603172 or 6042974. OLE color: 6042974.
HSL color Cylindrical-coordinate representation of color #5E355C: hue angle of 302.93º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E355C is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 53 | 92 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.63 |
| HSL | 302.93º | 0.28% | 0.29% | - |
| HSV(B) | 302.93º | 0.44% | 0.37% | - |
| XYZ | 7.82 | 5.7 | 10.81 | - |
| YUV | 69.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 92 | 0 | 0.44 | 0.02 | 0.63 | 302.93 | 0.28 | 0.29 |
| Hex | 5E | 35 | 5C | 0 | 2C | 2 | 3F | 12F | 1C | 1D |
| Octal | 136 | 65 | 134 | 0 | 54 | 2 | 77 | 457 | 34 | 35 |
| Binary | 1011110 | 110101 | 1011100 | 0 | 101100 | 10 | 111111 | 100101111 | 11100 | 11101 |
Color Harmonies of #5E355C
Complementary color
Monochromatic Colors of #5E355C
Black with #5E355C
Text Example
Text Example
White with #5E355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E355C; }
p { color: rgb(94,53,92); }
H1.HeaderClassName
{
color: #5E355C;
}
.AnyTagClassName
{
color: #5E355C;
}
</style>
background-color css
<style>
a { background-color: #5E355C; }
a { background-color: rgb(94,53,92); }
div.DivClassName
{
background-color: #5E355C;
}
.BgClassName
{
background-color: #5E355C;
}
</style>
border-color css
<style>
span { border-color: #5E355C; }
span { border-color: rgb(94,53,92); }
td.TdClassName
{
border-color: #5E355C;
}
.TagClassName
{
border-color: #5E355C;
}
</style>