Shades of Palatinate Purple #5F1756
Tints of Palatinate Purple #5F1756
RGB
CMYK
RGB Variations
Color information
#5F1756 (or 0x5F1756) is known color: Palatinate Purple. HEX triplet: 5F, 17 and 56. RGB value is (95,23,86). Sum of RGB (Red+Green+Blue) = 95+23+86=204 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.57% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1756 is #A0E8A9. Grayscale: #333333. Windows color (decimal): -10545322 or 5642079. OLE color: 5642079.
HSL color Cylindrical-coordinate representation of color #5F1756: hue angle of 307.5º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F1756 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 23 | 86 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.63 |
| HSL | 307.5º | 0.61% | 0.23% | - |
| HSV(B) | 307.5º | 0.76% | 0.37% | - |
| XYZ | 6.71 | 3.72 | 9.17 | - |
| YUV | 51.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 86 | 0 | 0.76 | 0.09 | 0.63 | 307.5 | 0.61 | 0.23 |
| Hex | 5F | 17 | 56 | 0 | 4C | 9 | 3F | 134 | 3D | 17 |
| Octal | 137 | 27 | 126 | 0 | 114 | 11 | 77 | 464 | 75 | 27 |
| Binary | 1011111 | 10111 | 1010110 | 0 | 1001100 | 1001 | 111111 | 100110100 | 111101 | 10111 |
Color Harmonies of #5F1756
Complementary color
Monochromatic Colors of #5F1756
Black with #5F1756
Text Example
Text Example
White with #5F1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1756; }
p { color: rgb(95,23,86); }
H1.HeaderClassName
{
color: #5F1756;
}
.AnyTagClassName
{
color: #5F1756;
}
</style>
background-color css
<style>
a { background-color: #5F1756; }
a { background-color: rgb(95,23,86); }
div.DivClassName
{
background-color: #5F1756;
}
.BgClassName
{
background-color: #5F1756;
}
</style>
border-color css
<style>
span { border-color: #5F1756; }
span { border-color: rgb(95,23,86); }
td.TdClassName
{
border-color: #5F1756;
}
.TagClassName
{
border-color: #5F1756;
}
</style>