Shades of Palatinate Purple #5E3356
Tints of Palatinate Purple #5E3356
RGB
CMYK
RGB Variations
Color information
#5E3356 (or 0x5E3356) is known color: Palatinate Purple. HEX triplet: 5E, 33 and 56. RGB value is (94,51,86). Sum of RGB (Red+Green+Blue) = 94+51+86=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3356 is #A1CCA9. Grayscale: #434343. Windows color (decimal): -10603690 or 5649246. OLE color: 5649246.
HSL color Cylindrical-coordinate representation of color #5E3356: hue angle of 311.16º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E3356 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 51 | 86 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.63 |
| HSL | 311.16º | 0.3% | 0.28% | - |
| HSV(B) | 311.16º | 0.46% | 0.37% | - |
| XYZ | 7.48 | 5.42 | 9.46 | - |
| YUV | 67.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 86 | 0 | 0.46 | 0.09 | 0.63 | 311.16 | 0.3 | 0.28 |
| Hex | 5E | 33 | 56 | 0 | 2E | 9 | 3F | 137 | 1E | 1C |
| Octal | 136 | 63 | 126 | 0 | 56 | 11 | 77 | 467 | 36 | 34 |
| Binary | 1011110 | 110011 | 1010110 | 0 | 101110 | 1001 | 111111 | 100110111 | 11110 | 11100 |
Color Harmonies of #5E3356
Complementary color
Monochromatic Colors of #5E3356
Black with #5E3356
Text Example
Text Example
White with #5E3356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3356; }
p { color: rgb(94,51,86); }
H1.HeaderClassName
{
color: #5E3356;
}
.AnyTagClassName
{
color: #5E3356;
}
</style>
background-color css
<style>
a { background-color: #5E3356; }
a { background-color: rgb(94,51,86); }
div.DivClassName
{
background-color: #5E3356;
}
.BgClassName
{
background-color: #5E3356;
}
</style>
border-color css
<style>
span { border-color: #5E3356; }
span { border-color: rgb(94,51,86); }
td.TdClassName
{
border-color: #5E3356;
}
.TagClassName
{
border-color: #5E3356;
}
</style>