Shades of Palatinate Purple #5E0568
Tints of Palatinate Purple #5E0568
RGB
CMYK
RGB Variations
Color information
#5E0568 (or 0x5E0568) is known color: Palatinate Purple. HEX triplet: 5E, 05 and 68. RGB value is (94,5,104). Sum of RGB (Red+Green+Blue) = 94+5+104=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #5E0568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0568 is #A1FA97. Grayscale: #2A2A2A. Windows color (decimal): -10615448 or 6817118. OLE color: 6817118.
HSL color Cylindrical-coordinate representation of color #5E0568: hue angle of 293.94º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0568 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 5 | 104 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.59 |
| HSL | 293.94º | 0.91% | 0.21% | - |
| HSV(B) | 293.94º | 0.95% | 0.41% | - |
| XYZ | 7.17 | 3.49 | 13.39 | - |
| YUV | 42.9 | 162.49 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 104 | 0.10 | 0.95 | 0 | 0.59 | 293.94 | 0.91 | 0.21 |
| Hex | 5E | 5 | 68 | A | 5F | 0 | 3B | 126 | 5B | 15 |
| Octal | 136 | 5 | 150 | 12 | 137 | 0 | 73 | 446 | 133 | 25 |
| Binary | 1011110 | 101 | 1101000 | 1010 | 1011111 | 0 | 111011 | 100100110 | 1011011 | 10101 |
Color Harmonies of #5E0568
Complementary color
Monochromatic Colors of #5E0568
Black with #5E0568
Text Example
Text Example
White with #5E0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0568; }
p { color: rgb(94,5,104); }
H1.HeaderClassName
{
color: #5E0568;
}
.AnyTagClassName
{
color: #5E0568;
}
</style>
background-color css
<style>
a { background-color: #5E0568; }
a { background-color: rgb(94,5,104); }
div.DivClassName
{
background-color: #5E0568;
}
.BgClassName
{
background-color: #5E0568;
}
</style>
border-color css
<style>
span { border-color: #5E0568; }
span { border-color: rgb(94,5,104); }
td.TdClassName
{
border-color: #5E0568;
}
.TagClassName
{
border-color: #5E0568;
}
</style>