Shades of Palatinate Purple #5E1F61
Tints of Palatinate Purple #5E1F61
RGB
CMYK
RGB Variations
Color information
#5E1F61 (or 0x5E1F61) is known color: Palatinate Purple. HEX triplet: 5E, 1F and 61. RGB value is (94,31,97). Sum of RGB (Red+Green+Blue) = 94+31+97=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E1F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E1F61 is #A1E09E. Grayscale: #393939. Windows color (decimal): -10608799 or 6365022. OLE color: 6365022.
HSL color Cylindrical-coordinate representation of color #5E1F61: hue angle of 297.27º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E1F61 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 31 | 97 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.62 |
| HSL | 297.27º | 0.52% | 0.25% | - |
| HSV(B) | 297.27º | 0.68% | 0.38% | - |
| XYZ | 7.26 | 4.22 | 11.74 | - |
| YUV | 57.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 31 | 97 | 0.03 | 0.68 | 0 | 0.62 | 297.27 | 0.52 | 0.25 |
| Hex | 5E | 1F | 61 | 3 | 44 | 0 | 3E | 129 | 34 | 19 |
| Octal | 136 | 37 | 141 | 3 | 104 | 0 | 76 | 451 | 64 | 31 |
| Binary | 1011110 | 11111 | 1100001 | 11 | 1000100 | 0 | 111110 | 100101001 | 110100 | 11001 |
Color Harmonies of #5E1F61
Complementary color
Monochromatic Colors of #5E1F61
Black with #5E1F61
Text Example
Text Example
White with #5E1F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1F61; }
p { color: rgb(94,31,97); }
H1.HeaderClassName
{
color: #5E1F61;
}
.AnyTagClassName
{
color: #5E1F61;
}
</style>
background-color css
<style>
a { background-color: #5E1F61; }
a { background-color: rgb(94,31,97); }
div.DivClassName
{
background-color: #5E1F61;
}
.BgClassName
{
background-color: #5E1F61;
}
</style>
border-color css
<style>
span { border-color: #5E1F61; }
span { border-color: rgb(94,31,97); }
td.TdClassName
{
border-color: #5E1F61;
}
.TagClassName
{
border-color: #5E1F61;
}
</style>