Shades of Palatinate Purple #5E345E
Tints of Palatinate Purple #5E345E
RGB
CMYK
RGB Variations
Color information
#5E345E (or 0x5E345E) is known color: Palatinate Purple. HEX triplet: 5E, 34 and 5E. RGB value is (94,52,94). Sum of RGB (Red+Green+Blue) = 94+52+94=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: red, blue. Hex color #5E345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E345E is #A1CBA1. Grayscale: #454545. Windows color (decimal): -10603426 or 6173790. OLE color: 6173790.
HSL color Cylindrical-coordinate representation of color #5E345E: hue angle of 300º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E345E is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 52 | 94 | - |
CMYK | 0 | 0.45 | 0 | 0.63 |
HSL | 300º | 0.29% | 0.29% | - |
HSV(B) | 300º | 0.45% | 0.37% | - |
XYZ | 7.86 | 5.64 | 11.26 | - |
YUV | 69.35 | 141.91 | 145.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 52 | 94 | 0 | 0.45 | 0 | 0.63 | 300 | 0.29 | 0.29 |
Hex | 5E | 34 | 5E | 0 | 2D | 0 | 3F | 12C | 1D | 1D |
Octal | 136 | 64 | 136 | 0 | 55 | 0 | 77 | 454 | 35 | 35 |
Binary | 1011110 | 110100 | 1011110 | 0 | 101101 | 0 | 111111 | 100101100 | 11101 | 11101 |
Color Harmonies of #5E345E
Complementary color
Monochromatic Colors of #5E345E
Black with #5E345E
Text Example
Text Example
White with #5E345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E345E; }
p { color: rgb(94,52,94); }
H1.HeaderClassName
{
color: #5E345E;
}
.AnyTagClassName
{
color: #5E345E;
}
</style>
background-color css
<style>
a { background-color: #5E345E; }
a { background-color: rgb(94,52,94); }
div.DivClassName
{
background-color: #5E345E;
}
.BgClassName
{
background-color: #5E345E;
}
</style>
border-color css
<style>
span { border-color: #5E345E; }
span { border-color: rgb(94,52,94); }
td.TdClassName
{
border-color: #5E345E;
}
.TagClassName
{
border-color: #5E345E;
}
</style>