Shades of Palatinate Purple #5F0D57
Tints of Palatinate Purple #5F0D57
RGB
CMYK
RGB Variations
Color information
#5F0D57 (or 0x5F0D57) is known color: Palatinate Purple. HEX triplet: 5F, 0D and 57. RGB value is (95,13,87). Sum of RGB (Red+Green+Blue) = 95+13+87=195 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.72% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0D57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0D57 is #A0F2A8. Grayscale: #2D2D2D. Windows color (decimal): -10547881 or 5705055. OLE color: 5705055.
HSL color Cylindrical-coordinate representation of color #5F0D57: hue angle of 305.85º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F0D57 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 13 | 87 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.63 |
| HSL | 305.85º | 0.76% | 0.21% | - |
| HSV(B) | 305.85º | 0.86% | 0.37% | - |
| XYZ | 6.58 | 3.41 | 9.33 | - |
| YUV | 45.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 13 | 87 | 0 | 0.86 | 0.08 | 0.63 | 305.85 | 0.76 | 0.21 |
| Hex | 5F | D | 57 | 0 | 56 | 8 | 3F | 132 | 4C | 15 |
| Octal | 137 | 15 | 127 | 0 | 126 | 10 | 77 | 462 | 114 | 25 |
| Binary | 1011111 | 1101 | 1010111 | 0 | 1010110 | 1000 | 111111 | 100110010 | 1001100 | 10101 |
Color Harmonies of #5F0D57
Complementary color
Monochromatic Colors of #5F0D57
Black with #5F0D57
Text Example
Text Example
White with #5F0D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0D57; }
p { color: rgb(95,13,87); }
H1.HeaderClassName
{
color: #5F0D57;
}
.AnyTagClassName
{
color: #5F0D57;
}
</style>
background-color css
<style>
a { background-color: #5F0D57; }
a { background-color: rgb(95,13,87); }
div.DivClassName
{
background-color: #5F0D57;
}
.BgClassName
{
background-color: #5F0D57;
}
</style>
border-color css
<style>
span { border-color: #5F0D57; }
span { border-color: rgb(95,13,87); }
td.TdClassName
{
border-color: #5F0D57;
}
.TagClassName
{
border-color: #5F0D57;
}
</style>