Shades of Palatinate Purple #5E1259
Tints of Palatinate Purple #5E1259
RGB
CMYK
RGB Variations
Color information
#5E1259 (or 0x5E1259) is known color: Palatinate Purple. HEX triplet: 5E, 12 and 59. RGB value is (94,18,89). Sum of RGB (Red+Green+Blue) = 94+18+89=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1259 is #A1EDA6. Grayscale: #303030. Windows color (decimal): -10612135 or 5837406. OLE color: 5837406.
HSL color Cylindrical-coordinate representation of color #5E1259: hue angle of 303.95º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E1259 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 18 | 89 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.63 |
| HSL | 303.95º | 0.68% | 0.22% | - |
| HSV(B) | 303.95º | 0.81% | 0.37% | - |
| XYZ | 6.64 | 3.53 | 9.78 | - |
| YUV | 48.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 89 | 0 | 0.81 | 0.05 | 0.63 | 303.95 | 0.68 | 0.22 |
| Hex | 5E | 12 | 59 | 0 | 51 | 5 | 3F | 130 | 44 | 16 |
| Octal | 136 | 22 | 131 | 0 | 121 | 5 | 77 | 460 | 104 | 26 |
| Binary | 1011110 | 10010 | 1011001 | 0 | 1010001 | 101 | 111111 | 100110000 | 1000100 | 10110 |
Color Harmonies of #5E1259
Complementary color
Monochromatic Colors of #5E1259
Black with #5E1259
Text Example
Text Example
White with #5E1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1259; }
p { color: rgb(94,18,89); }
H1.HeaderClassName
{
color: #5E1259;
}
.AnyTagClassName
{
color: #5E1259;
}
</style>
background-color css
<style>
a { background-color: #5E1259; }
a { background-color: rgb(94,18,89); }
div.DivClassName
{
background-color: #5E1259;
}
.BgClassName
{
background-color: #5E1259;
}
</style>
border-color css
<style>
span { border-color: #5E1259; }
span { border-color: rgb(94,18,89); }
td.TdClassName
{
border-color: #5E1259;
}
.TagClassName
{
border-color: #5E1259;
}
</style>