Shades of Palatinate Purple #5E2961
Tints of Palatinate Purple #5E2961
RGB
CMYK
RGB Variations
Color information
#5E2961 (or 0x5E2961) is known color: Palatinate Purple. HEX triplet: 5E, 29 and 61. RGB value is (94,41,97). Sum of RGB (Red+Green+Blue) = 94+41+97=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E2961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2961 is #A1D69E. Grayscale: #3F3F3F. Windows color (decimal): -10606239 or 6367582. OLE color: 6367582.
HSL color Cylindrical-coordinate representation of color #5E2961: hue angle of 296.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E2961 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 41 | 97 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.62 |
| HSL | 296.79º | 0.41% | 0.27% | - |
| HSV(B) | 296.79º | 0.58% | 0.38% | - |
| XYZ | 7.57 | 4.83 | 11.84 | - |
| YUV | 63.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 97 | 0.03 | 0.58 | 0 | 0.62 | 296.79 | 0.41 | 0.27 |
| Hex | 5E | 29 | 61 | 3 | 3A | 0 | 3E | 129 | 29 | 1B |
| Octal | 136 | 51 | 141 | 3 | 72 | 0 | 76 | 451 | 51 | 33 |
| Binary | 1011110 | 101001 | 1100001 | 11 | 111010 | 0 | 111110 | 100101001 | 101001 | 11011 |
Color Harmonies of #5E2961
Complementary color
Monochromatic Colors of #5E2961
Black with #5E2961
Text Example
Text Example
White with #5E2961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2961; }
p { color: rgb(94,41,97); }
H1.HeaderClassName
{
color: #5E2961;
}
.AnyTagClassName
{
color: #5E2961;
}
</style>
background-color css
<style>
a { background-color: #5E2961; }
a { background-color: rgb(94,41,97); }
div.DivClassName
{
background-color: #5E2961;
}
.BgClassName
{
background-color: #5E2961;
}
</style>
border-color css
<style>
span { border-color: #5E2961; }
span { border-color: rgb(94,41,97); }
td.TdClassName
{
border-color: #5E2961;
}
.TagClassName
{
border-color: #5E2961;
}
</style>