Shades of Palatinate Purple #5F1759
Tints of Palatinate Purple #5F1759
RGB
CMYK
RGB Variations
Color information
#5F1759 (or 0x5F1759) is known color: Palatinate Purple. HEX triplet: 5F, 17 and 59. RGB value is (95,23,89). Sum of RGB (Red+Green+Blue) = 95+23+89=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1759 is #A0E8A6. Grayscale: #333333. Windows color (decimal): -10545319 or 5838687. OLE color: 5838687.
HSL color Cylindrical-coordinate representation of color #5F1759: hue angle of 305º 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 #5F1759 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 23 | 89 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.63 |
| HSL | 305º | 0.61% | 0.23% | - |
| HSV(B) | 305º | 0.76% | 0.37% | - |
| XYZ | 6.83 | 3.77 | 9.82 | - |
| YUV | 52.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 89 | 0 | 0.76 | 0.06 | 0.63 | 305 | 0.61 | 0.23 |
| Hex | 5F | 17 | 59 | 0 | 4C | 6 | 3F | 131 | 3D | 17 |
| Octal | 137 | 27 | 131 | 0 | 114 | 6 | 77 | 461 | 75 | 27 |
| Binary | 1011111 | 10111 | 1011001 | 0 | 1001100 | 110 | 111111 | 100110001 | 111101 | 10111 |
Color Harmonies of #5F1759
Complementary color
Monochromatic Colors of #5F1759
Black with #5F1759
Text Example
Text Example
White with #5F1759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1759; }
p { color: rgb(95,23,89); }
H1.HeaderClassName
{
color: #5F1759;
}
.AnyTagClassName
{
color: #5F1759;
}
</style>
background-color css
<style>
a { background-color: #5F1759; }
a { background-color: rgb(95,23,89); }
div.DivClassName
{
background-color: #5F1759;
}
.BgClassName
{
background-color: #5F1759;
}
</style>
border-color css
<style>
span { border-color: #5F1759; }
span { border-color: rgb(95,23,89); }
td.TdClassName
{
border-color: #5F1759;
}
.TagClassName
{
border-color: #5F1759;
}
</style>