Shades of Palatinate Purple #5E0359
Tints of Palatinate Purple #5E0359
RGB
CMYK
RGB Variations
Color information
#5E0359 (or 0x5E0359) is known color: Palatinate Purple. HEX triplet: 5E, 03 and 59. RGB value is (94,3,89). Sum of RGB (Red+Green+Blue) = 94+3+89=186 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.54% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0359 is #A1FCA6. Grayscale: #272727. Windows color (decimal): -10615975 or 5833566. OLE color: 5833566.
HSL color Cylindrical-coordinate representation of color #5E0359: hue angle of 303.3º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E0359 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 3 | 89 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.63 |
| HSL | 303.3º | 0.94% | 0.19% | - |
| HSV(B) | 303.3º | 0.97% | 0.37% | - |
| XYZ | 6.45 | 3.17 | 9.72 | - |
| YUV | 40.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 89 | 0 | 0.97 | 0.05 | 0.63 | 303.3 | 0.94 | 0.19 |
| Hex | 5E | 3 | 59 | 0 | 61 | 5 | 3F | 12F | 5E | 13 |
| Octal | 136 | 3 | 131 | 0 | 141 | 5 | 77 | 457 | 136 | 23 |
| Binary | 1011110 | 11 | 1011001 | 0 | 1100001 | 101 | 111111 | 100101111 | 1011110 | 10011 |
Color Harmonies of #5E0359
Complementary color
Monochromatic Colors of #5E0359
Black with #5E0359
Text Example
Text Example
White with #5E0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0359; }
p { color: rgb(94,3,89); }
H1.HeaderClassName
{
color: #5E0359;
}
.AnyTagClassName
{
color: #5E0359;
}
</style>
background-color css
<style>
a { background-color: #5E0359; }
a { background-color: rgb(94,3,89); }
div.DivClassName
{
background-color: #5E0359;
}
.BgClassName
{
background-color: #5E0359;
}
</style>
border-color css
<style>
span { border-color: #5E0359; }
span { border-color: rgb(94,3,89); }
td.TdClassName
{
border-color: #5E0359;
}
.TagClassName
{
border-color: #5E0359;
}
</style>