Shades of Palatinate Purple #5E2954
Tints of Palatinate Purple #5E2954
RGB
CMYK
RGB Variations
Color information
#5E2954 (or 0x5E2954) is known color: Palatinate Purple. HEX triplet: 5E, 29 and 54. RGB value is (94,41,84). Sum of RGB (Red+Green+Blue) = 94+41+84=219 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.92% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2954 is #A1D6AB. Grayscale: #3D3D3D. Windows color (decimal): -10606252 or 5515614. OLE color: 5515614.
HSL color Cylindrical-coordinate representation of color #5E2954: hue angle of 311.32º 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 #5E2954 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 41 | 84 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.63 |
| HSL | 311.32º | 0.39% | 0.26% | - |
| HSV(B) | 311.32º | 0.56% | 0.37% | - |
| XYZ | 7.01 | 4.61 | 8.91 | - |
| YUV | 61.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 84 | 0 | 0.56 | 0.11 | 0.63 | 311.32 | 0.39 | 0.26 |
| Hex | 5E | 29 | 54 | 0 | 38 | B | 3F | 137 | 27 | 1A |
| Octal | 136 | 51 | 124 | 0 | 70 | 13 | 77 | 467 | 47 | 32 |
| Binary | 1011110 | 101001 | 1010100 | 0 | 111000 | 1011 | 111111 | 100110111 | 100111 | 11010 |
Color Harmonies of #5E2954
Complementary color
Monochromatic Colors of #5E2954
Black with #5E2954
Text Example
Text Example
White with #5E2954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2954; }
p { color: rgb(94,41,84); }
H1.HeaderClassName
{
color: #5E2954;
}
.AnyTagClassName
{
color: #5E2954;
}
</style>
background-color css
<style>
a { background-color: #5E2954; }
a { background-color: rgb(94,41,84); }
div.DivClassName
{
background-color: #5E2954;
}
.BgClassName
{
background-color: #5E2954;
}
</style>
border-color css
<style>
span { border-color: #5E2954; }
span { border-color: rgb(94,41,84); }
td.TdClassName
{
border-color: #5E2954;
}
.TagClassName
{
border-color: #5E2954;
}
</style>