Shades of Palatinate Purple #5E1154
Tints of Palatinate Purple #5E1154
RGB
CMYK
RGB Variations
Color information
#5E1154 (or 0x5E1154) is known color: Palatinate Purple. HEX triplet: 5E, 11 and 54. RGB value is (94,17,84). Sum of RGB (Red+Green+Blue) = 94+17+84=195 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.21% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1154 is #A1EEAB. Grayscale: #2F2F2F. Windows color (decimal): -10612396 or 5509470. OLE color: 5509470.
HSL color Cylindrical-coordinate representation of color #5E1154: hue angle of 307.79º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1154 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 17 | 84 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.63 |
| HSL | 307.79º | 0.69% | 0.22% | - |
| HSV(B) | 307.79º | 0.82% | 0.37% | - |
| XYZ | 6.42 | 3.42 | 8.71 | - |
| YUV | 47.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 84 | 0 | 0.82 | 0.11 | 0.63 | 307.79 | 0.69 | 0.22 |
| Hex | 5E | 11 | 54 | 0 | 52 | B | 3F | 134 | 45 | 16 |
| Octal | 136 | 21 | 124 | 0 | 122 | 13 | 77 | 464 | 105 | 26 |
| Binary | 1011110 | 10001 | 1010100 | 0 | 1010010 | 1011 | 111111 | 100110100 | 1000101 | 10110 |
Color Harmonies of #5E1154
Complementary color
Monochromatic Colors of #5E1154
Black with #5E1154
Text Example
Text Example
White with #5E1154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1154; }
p { color: rgb(94,17,84); }
H1.HeaderClassName
{
color: #5E1154;
}
.AnyTagClassName
{
color: #5E1154;
}
</style>
background-color css
<style>
a { background-color: #5E1154; }
a { background-color: rgb(94,17,84); }
div.DivClassName
{
background-color: #5E1154;
}
.BgClassName
{
background-color: #5E1154;
}
</style>
border-color css
<style>
span { border-color: #5E1154; }
span { border-color: rgb(94,17,84); }
td.TdClassName
{
border-color: #5E1154;
}
.TagClassName
{
border-color: #5E1154;
}
</style>