Shades of Palatinate Purple #5E255C
Tints of Palatinate Purple #5E255C
RGB
CMYK
RGB Variations
Color information
#5E255C (or 0x5E255C) is known color: Palatinate Purple. HEX triplet: 5E, 25 and 5C. RGB value is (94,37,92). Sum of RGB (Red+Green+Blue) = 94+37+92=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 94 - color contains mainly: red. Hex color #5E255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E255C is #A1DAA3. Grayscale: #3C3C3C. Windows color (decimal): -10607268 or 6038878. OLE color: 6038878.
HSL color Cylindrical-coordinate representation of color #5E255C: hue angle of 302.11º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E255C is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 37 | 92 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.63 |
| HSL | 302.11º | 0.44% | 0.26% | - |
| HSV(B) | 302.11º | 0.61% | 0.37% | - |
| XYZ | 7.21 | 4.48 | 10.61 | - |
| YUV | 60.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 37 | 92 | 0 | 0.61 | 0.02 | 0.63 | 302.11 | 0.44 | 0.26 |
| Hex | 5E | 25 | 5C | 0 | 3D | 2 | 3F | 12E | 2C | 1A |
| Octal | 136 | 45 | 134 | 0 | 75 | 2 | 77 | 456 | 54 | 32 |
| Binary | 1011110 | 100101 | 1011100 | 0 | 111101 | 10 | 111111 | 100101110 | 101100 | 11010 |
Color Harmonies of #5E255C
Complementary color
Monochromatic Colors of #5E255C
Black with #5E255C
Text Example
Text Example
White with #5E255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E255C; }
p { color: rgb(94,37,92); }
H1.HeaderClassName
{
color: #5E255C;
}
.AnyTagClassName
{
color: #5E255C;
}
</style>
background-color css
<style>
a { background-color: #5E255C; }
a { background-color: rgb(94,37,92); }
div.DivClassName
{
background-color: #5E255C;
}
.BgClassName
{
background-color: #5E255C;
}
</style>
border-color css
<style>
span { border-color: #5E255C; }
span { border-color: rgb(94,37,92); }
td.TdClassName
{
border-color: #5E255C;
}
.TagClassName
{
border-color: #5E255C;
}
</style>