Shades of Palatinate Purple #5E185F
Tints of Palatinate Purple #5E185F
RGB
CMYK
RGB Variations
Color information
#5E185F (or 0x5E185F) is known color: Palatinate Purple. HEX triplet: 5E, 18 and 5F. RGB value is (94,24,95). Sum of RGB (Red+Green+Blue) = 94+24+95=213 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.13% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #5E185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E185F is #A1E7A0. Grayscale: #343434. Windows color (decimal): -10610593 or 6232158. OLE color: 6232158.
HSL color Cylindrical-coordinate representation of color #5E185F: hue angle of 299.15º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E185F is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 24 | 95 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.63 |
| HSL | 299.15º | 0.6% | 0.23% | - |
| HSV(B) | 299.15º | 0.75% | 0.37% | - |
| XYZ | 7.01 | 3.86 | 11.2 | - |
| YUV | 53.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 24 | 95 | 0.01 | 0.75 | 0 | 0.63 | 299.15 | 0.6 | 0.23 |
| Hex | 5E | 18 | 5F | 1 | 4B | 0 | 3F | 12B | 3C | 17 |
| Octal | 136 | 30 | 137 | 1 | 113 | 0 | 77 | 453 | 74 | 27 |
| Binary | 1011110 | 11000 | 1011111 | 1 | 1001011 | 0 | 111111 | 100101011 | 111100 | 10111 |
Color Harmonies of #5E185F
Complementary color
Monochromatic Colors of #5E185F
Black with #5E185F
Text Example
Text Example
White with #5E185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E185F; }
p { color: rgb(94,24,95); }
H1.HeaderClassName
{
color: #5E185F;
}
.AnyTagClassName
{
color: #5E185F;
}
</style>
background-color css
<style>
a { background-color: #5E185F; }
a { background-color: rgb(94,24,95); }
div.DivClassName
{
background-color: #5E185F;
}
.BgClassName
{
background-color: #5E185F;
}
</style>
border-color css
<style>
span { border-color: #5E185F; }
span { border-color: rgb(94,24,95); }
td.TdClassName
{
border-color: #5E185F;
}
.TagClassName
{
border-color: #5E185F;
}
</style>