Shades of Palatinate Purple #5E325D
Tints of Palatinate Purple #5E325D
RGB
CMYK
RGB Variations
Color information
#5E325D (or 0x5E325D) is known color: Palatinate Purple. HEX triplet: 5E, 32 and 5D. RGB value is (94,50,93). Sum of RGB (Red+Green+Blue) = 94+50+93=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 94 - color contains mainly: red. Hex color #5E325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E325D is #A1CDA2. Grayscale: #434343. Windows color (decimal): -10603939 or 6107742. OLE color: 6107742.
HSL color Cylindrical-coordinate representation of color #5E325D: hue angle of 301.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E325D is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 50 | 93 | - |
CMYK | 0 | 0.47 | 0.01 | 0.63 |
HSL | 301.36º | 0.31% | 0.28% | - |
HSV(B) | 301.36º | 0.47% | 0.37% | - |
XYZ | 7.73 | 5.45 | 11 | - |
YUV | 68.06 | 142.08 | 146.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 50 | 93 | 0 | 0.47 | 0.01 | 0.63 | 301.36 | 0.31 | 0.28 |
Hex | 5E | 32 | 5D | 0 | 2F | 1 | 3F | 12D | 1F | 1C |
Octal | 136 | 62 | 135 | 0 | 57 | 1 | 77 | 455 | 37 | 34 |
Binary | 1011110 | 110010 | 1011101 | 0 | 101111 | 1 | 111111 | 100101101 | 11111 | 11100 |
Color Harmonies of #5E325D
Complementary color
Monochromatic Colors of #5E325D
Black with #5E325D
Text Example
Text Example
White with #5E325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E325D; }
p { color: rgb(94,50,93); }
H1.HeaderClassName
{
color: #5E325D;
}
.AnyTagClassName
{
color: #5E325D;
}
</style>
background-color css
<style>
a { background-color: #5E325D; }
a { background-color: rgb(94,50,93); }
div.DivClassName
{
background-color: #5E325D;
}
.BgClassName
{
background-color: #5E325D;
}
</style>
border-color css
<style>
span { border-color: #5E325D; }
span { border-color: rgb(94,50,93); }
td.TdClassName
{
border-color: #5E325D;
}
.TagClassName
{
border-color: #5E325D;
}
</style>