Shades of Palatinate Purple #5E0561
Tints of Palatinate Purple #5E0561
RGB
CMYK
RGB Variations
Color information
#5E0561 (or 0x5E0561) is known color: Palatinate Purple. HEX triplet: 5E, 05 and 61. RGB value is (94,5,97). Sum of RGB (Red+Green+Blue) = 94+5+97=196 (25% of max value = 765). Red value is 94 (37.11% from 255 or 47.96% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E0561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0561 is #A1FA9E. Grayscale: #292929. Windows color (decimal): -10615455 or 6358366. OLE color: 6358366.
HSL color Cylindrical-coordinate representation of color #5E0561: hue angle of 298.04º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0561 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 5 | 97 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.62 |
| HSL | 298.04º | 0.9% | 0.2% | - |
| HSV(B) | 298.04º | 0.95% | 0.38% | - |
| XYZ | 6.83 | 3.35 | 11.6 | - |
| YUV | 42.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 97 | 0.03 | 0.95 | 0 | 0.62 | 298.04 | 0.9 | 0.2 |
| Hex | 5E | 5 | 61 | 3 | 5F | 0 | 3E | 12A | 5A | 14 |
| Octal | 136 | 5 | 141 | 3 | 137 | 0 | 76 | 452 | 132 | 24 |
| Binary | 1011110 | 101 | 1100001 | 11 | 1011111 | 0 | 111110 | 100101010 | 1011010 | 10100 |
Color Harmonies of #5E0561
Complementary color
Monochromatic Colors of #5E0561
Black with #5E0561
Text Example
Text Example
White with #5E0561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0561; }
p { color: rgb(94,5,97); }
H1.HeaderClassName
{
color: #5E0561;
}
.AnyTagClassName
{
color: #5E0561;
}
</style>
background-color css
<style>
a { background-color: #5E0561; }
a { background-color: rgb(94,5,97); }
div.DivClassName
{
background-color: #5E0561;
}
.BgClassName
{
background-color: #5E0561;
}
</style>
border-color css
<style>
span { border-color: #5E0561; }
span { border-color: rgb(94,5,97); }
td.TdClassName
{
border-color: #5E0561;
}
.TagClassName
{
border-color: #5E0561;
}
</style>