Shades of Palatinate Purple #5F2957
Tints of Palatinate Purple #5F2957
RGB
CMYK
RGB Variations
Color information
#5F2957 (or 0x5F2957) is known color: Palatinate Purple. HEX triplet: 5F, 29 and 57. RGB value is (95,41,87). Sum of RGB (Red+Green+Blue) = 95+41+87=223 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.60% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2957 is #A0D6A8. Grayscale: #3E3E3E. Windows color (decimal): -10540713 or 5712223. OLE color: 5712223.
HSL color Cylindrical-coordinate representation of color #5F2957: hue angle of 308.89º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F2957 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 41 | 87 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.63 |
| HSL | 308.89º | 0.4% | 0.27% | - |
| HSV(B) | 308.89º | 0.57% | 0.37% | - |
| XYZ | 7.23 | 4.71 | 9.54 | - |
| YUV | 62.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 87 | 0 | 0.57 | 0.08 | 0.63 | 308.89 | 0.4 | 0.27 |
| Hex | 5F | 29 | 57 | 0 | 39 | 8 | 3F | 135 | 28 | 1B |
| Octal | 137 | 51 | 127 | 0 | 71 | 10 | 77 | 465 | 50 | 33 |
| Binary | 1011111 | 101001 | 1010111 | 0 | 111001 | 1000 | 111111 | 100110101 | 101000 | 11011 |
Color Harmonies of #5F2957
Complementary color
Monochromatic Colors of #5F2957
Black with #5F2957
Text Example
Text Example
White with #5F2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2957; }
p { color: rgb(95,41,87); }
H1.HeaderClassName
{
color: #5F2957;
}
.AnyTagClassName
{
color: #5F2957;
}
</style>
background-color css
<style>
a { background-color: #5F2957; }
a { background-color: rgb(95,41,87); }
div.DivClassName
{
background-color: #5F2957;
}
.BgClassName
{
background-color: #5F2957;
}
</style>
border-color css
<style>
span { border-color: #5F2957; }
span { border-color: rgb(95,41,87); }
td.TdClassName
{
border-color: #5F2957;
}
.TagClassName
{
border-color: #5F2957;
}
</style>