Shades of Palatinate Purple #5F2856
Tints of Palatinate Purple #5F2856
RGB
CMYK
RGB Variations
Color information
#5F2856 (or 0x5F2856) is known color: Palatinate Purple. HEX triplet: 5F, 28 and 56. RGB value is (95,40,86). Sum of RGB (Red+Green+Blue) = 95+40+86=221 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.99% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2856 is #A0D7A9. Grayscale: #3D3D3D. Windows color (decimal): -10540970 or 5646431. OLE color: 5646431.
HSL color Cylindrical-coordinate representation of color #5F2856: hue angle of 309.82º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F2856 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 40 | 86 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.63 |
| HSL | 309.82º | 0.41% | 0.26% | - |
| HSV(B) | 309.82º | 0.58% | 0.37% | - |
| XYZ | 7.16 | 4.62 | 9.32 | - |
| YUV | 61.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 40 | 86 | 0 | 0.58 | 0.09 | 0.63 | 309.82 | 0.41 | 0.26 |
| Hex | 5F | 28 | 56 | 0 | 3A | 9 | 3F | 136 | 29 | 1A |
| Octal | 137 | 50 | 126 | 0 | 72 | 11 | 77 | 466 | 51 | 32 |
| Binary | 1011111 | 101000 | 1010110 | 0 | 111010 | 1001 | 111111 | 100110110 | 101001 | 11010 |
Color Harmonies of #5F2856
Complementary color
Monochromatic Colors of #5F2856
Black with #5F2856
Text Example
Text Example
White with #5F2856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2856; }
p { color: rgb(95,40,86); }
H1.HeaderClassName
{
color: #5F2856;
}
.AnyTagClassName
{
color: #5F2856;
}
</style>
background-color css
<style>
a { background-color: #5F2856; }
a { background-color: rgb(95,40,86); }
div.DivClassName
{
background-color: #5F2856;
}
.BgClassName
{
background-color: #5F2856;
}
</style>
border-color css
<style>
span { border-color: #5F2856; }
span { border-color: rgb(95,40,86); }
td.TdClassName
{
border-color: #5F2856;
}
.TagClassName
{
border-color: #5F2856;
}
</style>