Shades of Palatinate Purple #5F2157
Tints of Palatinate Purple #5F2157
RGB
CMYK
RGB Variations
Color information
#5F2157 (or 0x5F2157) is known color: Palatinate Purple. HEX triplet: 5F, 21 and 57. RGB value is (95,33,87). Sum of RGB (Red+Green+Blue) = 95+33+87=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2157 is #A0DEA8. Grayscale: #393939. Windows color (decimal): -10542761 or 5710175. OLE color: 5710175.
HSL color Cylindrical-coordinate representation of color #5F2157: hue angle of 307.74º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F2157 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 33 | 87 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.63 |
| HSL | 307.74º | 0.48% | 0.25% | - |
| HSV(B) | 307.74º | 0.65% | 0.37% | - |
| XYZ | 6.98 | 4.21 | 9.46 | - |
| YUV | 57.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 87 | 0 | 0.65 | 0.08 | 0.63 | 307.74 | 0.48 | 0.25 |
| Hex | 5F | 21 | 57 | 0 | 41 | 8 | 3F | 134 | 30 | 19 |
| Octal | 137 | 41 | 127 | 0 | 101 | 10 | 77 | 464 | 60 | 31 |
| Binary | 1011111 | 100001 | 1010111 | 0 | 1000001 | 1000 | 111111 | 100110100 | 110000 | 11001 |
Color Harmonies of #5F2157
Complementary color
Monochromatic Colors of #5F2157
Black with #5F2157
Text Example
Text Example
White with #5F2157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2157; }
p { color: rgb(95,33,87); }
H1.HeaderClassName
{
color: #5F2157;
}
.AnyTagClassName
{
color: #5F2157;
}
</style>
background-color css
<style>
a { background-color: #5F2157; }
a { background-color: rgb(95,33,87); }
div.DivClassName
{
background-color: #5F2157;
}
.BgClassName
{
background-color: #5F2157;
}
</style>
border-color css
<style>
span { border-color: #5F2157; }
span { border-color: rgb(95,33,87); }
td.TdClassName
{
border-color: #5F2157;
}
.TagClassName
{
border-color: #5F2157;
}
</style>