Shades of Palatinate Purple #5E0160
Tints of Palatinate Purple #5E0160
RGB
CMYK
RGB Variations
Color information
#5E0160 (or 0x5E0160) is known color: Palatinate Purple. HEX triplet: 5E, 01 and 60. RGB value is (94,1,96). Sum of RGB (Red+Green+Blue) = 94+1+96=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E0160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0160 is #A1FE9F. Grayscale: #272727. Windows color (decimal): -10616480 or 6291806. OLE color: 6291806.
HSL color Cylindrical-coordinate representation of color #5E0160: hue angle of 298.74º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E0160 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 1 | 96 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.62 |
| HSL | 298.74º | 0.98% | 0.19% | - |
| HSV(B) | 298.74º | 0.99% | 0.38% | - |
| XYZ | 6.74 | 3.25 | 11.34 | - |
| YUV | 39.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 96 | 0.02 | 0.99 | 0 | 0.62 | 298.74 | 0.98 | 0.19 |
| Hex | 5E | 1 | 60 | 2 | 63 | 0 | 3E | 12B | 62 | 13 |
| Octal | 136 | 1 | 140 | 2 | 143 | 0 | 76 | 453 | 142 | 23 |
| Binary | 1011110 | 1 | 1100000 | 10 | 1100011 | 0 | 111110 | 100101011 | 1100010 | 10011 |
Color Harmonies of #5E0160
Complementary color
Monochromatic Colors of #5E0160
Black with #5E0160
Text Example
Text Example
White with #5E0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0160; }
p { color: rgb(94,1,96); }
H1.HeaderClassName
{
color: #5E0160;
}
.AnyTagClassName
{
color: #5E0160;
}
</style>
background-color css
<style>
a { background-color: #5E0160; }
a { background-color: rgb(94,1,96); }
div.DivClassName
{
background-color: #5E0160;
}
.BgClassName
{
background-color: #5E0160;
}
</style>
border-color css
<style>
span { border-color: #5E0160; }
span { border-color: rgb(94,1,96); }
td.TdClassName
{
border-color: #5E0160;
}
.TagClassName
{
border-color: #5E0160;
}
</style>