Shades of Palatinate Purple #5E1D4E
Tints of Palatinate Purple #5E1D4E
RGB
CMYK
RGB Variations
Color information
#5E1D4E (or 0x5E1D4E) is known color: Palatinate Purple. HEX triplet: 5E, 1D and 4E. RGB value is (94,29,78). Sum of RGB (Red+Green+Blue) = 94+29+78=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E1D4E is #A1E2B1. Grayscale: #353535. Windows color (decimal): -10609330 or 5119326. OLE color: 5119326.
HSL color Cylindrical-coordinate representation of color #5E1D4E: hue angle of 314.77º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E1D4E is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 29 | 78 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.63 |
| HSL | 314.77º | 0.53% | 0.24% | - |
| HSV(B) | 314.77º | 0.69% | 0.37% | - |
| XYZ | 6.43 | 3.81 | 7.6 | - |
| YUV | 54.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 29 | 78 | 0 | 0.69 | 0.17 | 0.63 | 314.77 | 0.53 | 0.24 |
| Hex | 5E | 1D | 4E | 0 | 45 | 11 | 3F | 13B | 35 | 18 |
| Octal | 136 | 35 | 116 | 0 | 105 | 21 | 77 | 473 | 65 | 30 |
| Binary | 1011110 | 11101 | 1001110 | 0 | 1000101 | 10001 | 111111 | 100111011 | 110101 | 11000 |
Color Harmonies of #5E1D4E
Complementary color
Monochromatic Colors of #5E1D4E
Black with #5E1D4E
Text Example
Text Example
White with #5E1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1D4E; }
p { color: rgb(94,29,78); }
H1.HeaderClassName
{
color: #5E1D4E;
}
.AnyTagClassName
{
color: #5E1D4E;
}
</style>
background-color css
<style>
a { background-color: #5E1D4E; }
a { background-color: rgb(94,29,78); }
div.DivClassName
{
background-color: #5E1D4E;
}
.BgClassName
{
background-color: #5E1D4E;
}
</style>
border-color css
<style>
span { border-color: #5E1D4E; }
span { border-color: rgb(94,29,78); }
td.TdClassName
{
border-color: #5E1D4E;
}
.TagClassName
{
border-color: #5E1D4E;
}
</style>