Shades of Palatinate Purple #5E174E
Tints of Palatinate Purple #5E174E
RGB
CMYK
RGB Variations
Color information
#5E174E (or 0x5E174E) is known color: Palatinate Purple. HEX triplet: 5E, 17 and 4E. RGB value is (94,23,78). Sum of RGB (Red+Green+Blue) = 94+23+78=195 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.21% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 94 - color contains mainly: red. Hex color #5E174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E174E is #A1E8B1. Grayscale: #323232. Windows color (decimal): -10610866 or 5117790. OLE color: 5117790.
HSL color Cylindrical-coordinate representation of color #5E174E: hue angle of 313.52º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E174E is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 23 | 78 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.63 |
| HSL | 313.52º | 0.61% | 0.23% | - |
| HSV(B) | 313.52º | 0.76% | 0.37% | - |
| XYZ | 6.3 | 3.54 | 7.56 | - |
| YUV | 50.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 78 | 0 | 0.76 | 0.17 | 0.63 | 313.52 | 0.61 | 0.23 |
| Hex | 5E | 17 | 4E | 0 | 4C | 11 | 3F | 13A | 3D | 17 |
| Octal | 136 | 27 | 116 | 0 | 114 | 21 | 77 | 472 | 75 | 27 |
| Binary | 1011110 | 10111 | 1001110 | 0 | 1001100 | 10001 | 111111 | 100111010 | 111101 | 10111 |
Color Harmonies of #5E174E
Complementary color
Monochromatic Colors of #5E174E
Black with #5E174E
Text Example
Text Example
White with #5E174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E174E; }
p { color: rgb(94,23,78); }
H1.HeaderClassName
{
color: #5E174E;
}
.AnyTagClassName
{
color: #5E174E;
}
</style>
background-color css
<style>
a { background-color: #5E174E; }
a { background-color: rgb(94,23,78); }
div.DivClassName
{
background-color: #5E174E;
}
.BgClassName
{
background-color: #5E174E;
}
</style>
border-color css
<style>
span { border-color: #5E174E; }
span { border-color: rgb(94,23,78); }
td.TdClassName
{
border-color: #5E174E;
}
.TagClassName
{
border-color: #5E174E;
}
</style>