Shades of Palatinate Purple #5E175F
Tints of Palatinate Purple #5E175F
RGB
CMYK
RGB Variations
Color information
#5E175F (or 0x5E175F) is known color: Palatinate Purple. HEX triplet: 5E, 17 and 5F. RGB value is (94,23,95). Sum of RGB (Red+Green+Blue) = 94+23+95=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #5E175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E175F is #A1E8A0. Grayscale: #343434. Windows color (decimal): -10610849 or 6231902. OLE color: 6231902.
HSL color Cylindrical-coordinate representation of color #5E175F: hue angle of 299.17º 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 #5E175F is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 23 | 95 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.63 |
| HSL | 299.17º | 0.61% | 0.23% | - |
| HSV(B) | 299.17º | 0.76% | 0.37% | - |
| XYZ | 6.99 | 3.82 | 11.2 | - |
| YUV | 52.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 95 | 0.01 | 0.76 | 0 | 0.63 | 299.17 | 0.61 | 0.23 |
| Hex | 5E | 17 | 5F | 1 | 4C | 0 | 3F | 12B | 3D | 17 |
| Octal | 136 | 27 | 137 | 1 | 114 | 0 | 77 | 453 | 75 | 27 |
| Binary | 1011110 | 10111 | 1011111 | 1 | 1001100 | 0 | 111111 | 100101011 | 111101 | 10111 |
Color Harmonies of #5E175F
Complementary color
Monochromatic Colors of #5E175F
Black with #5E175F
Text Example
Text Example
White with #5E175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E175F; }
p { color: rgb(94,23,95); }
H1.HeaderClassName
{
color: #5E175F;
}
.AnyTagClassName
{
color: #5E175F;
}
</style>
background-color css
<style>
a { background-color: #5E175F; }
a { background-color: rgb(94,23,95); }
div.DivClassName
{
background-color: #5E175F;
}
.BgClassName
{
background-color: #5E175F;
}
</style>
border-color css
<style>
span { border-color: #5E175F; }
span { border-color: rgb(94,23,95); }
td.TdClassName
{
border-color: #5E175F;
}
.TagClassName
{
border-color: #5E175F;
}
</style>