Shades of Palatinate Purple #5E2955
Tints of Palatinate Purple #5E2955
RGB
CMYK
RGB Variations
Color information
#5E2955 (or 0x5E2955) is known color: Palatinate Purple. HEX triplet: 5E, 29 and 55. RGB value is (94,41,85). Sum of RGB (Red+Green+Blue) = 94+41+85=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2955 is #A1D6AA. Grayscale: #3D3D3D. Windows color (decimal): -10606251 or 5581150. OLE color: 5581150.
HSL color Cylindrical-coordinate representation of color #5E2955: hue angle of 310.19º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E2955 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 41 | 85 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.63 |
| HSL | 310.19º | 0.39% | 0.26% | - |
| HSV(B) | 310.19º | 0.56% | 0.37% | - |
| XYZ | 7.05 | 4.62 | 9.11 | - |
| YUV | 61.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 85 | 0 | 0.56 | 0.10 | 0.63 | 310.19 | 0.39 | 0.26 |
| Hex | 5E | 29 | 55 | 0 | 38 | A | 3F | 136 | 27 | 1A |
| Octal | 136 | 51 | 125 | 0 | 70 | 12 | 77 | 466 | 47 | 32 |
| Binary | 1011110 | 101001 | 1010101 | 0 | 111000 | 1010 | 111111 | 100110110 | 100111 | 11010 |
Color Harmonies of #5E2955
Complementary color
Monochromatic Colors of #5E2955
Black with #5E2955
Text Example
Text Example
White with #5E2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2955; }
p { color: rgb(94,41,85); }
H1.HeaderClassName
{
color: #5E2955;
}
.AnyTagClassName
{
color: #5E2955;
}
</style>
background-color css
<style>
a { background-color: #5E2955; }
a { background-color: rgb(94,41,85); }
div.DivClassName
{
background-color: #5E2955;
}
.BgClassName
{
background-color: #5E2955;
}
</style>
border-color css
<style>
span { border-color: #5E2955; }
span { border-color: rgb(94,41,85); }
td.TdClassName
{
border-color: #5E2955;
}
.TagClassName
{
border-color: #5E2955;
}
</style>