Shades of Palatinate Purple #5D1F56
Tints of Palatinate Purple #5D1F56
RGB
CMYK
RGB Variations
Color information
#5D1F56 (or 0x5D1F56) is known color: Palatinate Purple. HEX triplet: 5D, 1F and 56. RGB value is (93,31,86). Sum of RGB (Red+Green+Blue) = 93+31+86=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1F56 is #A2E0A9. Grayscale: #373737. Windows color (decimal): -10674346 or 5644125. OLE color: 5644125.
HSL color Cylindrical-coordinate representation of color #5D1F56: hue angle of 306.77º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D1F56 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 31 | 86 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.64 |
| HSL | 306.77º | 0.5% | 0.24% | - |
| HSV(B) | 306.77º | 0.67% | 0.36% | - |
| XYZ | 6.68 | 3.98 | 9.22 | - |
| YUV | 55.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 31 | 86 | 0 | 0.67 | 0.08 | 0.64 | 306.77 | 0.5 | 0.24 |
| Hex | 5D | 1F | 56 | 0 | 43 | 8 | 40 | 133 | 32 | 18 |
| Octal | 135 | 37 | 126 | 0 | 103 | 10 | 100 | 463 | 62 | 30 |
| Binary | 1011101 | 11111 | 1010110 | 0 | 1000011 | 1000 | 1000000 | 100110011 | 110010 | 11000 |
Color Harmonies of #5D1F56
Complementary color
Monochromatic Colors of #5D1F56
Black with #5D1F56
Text Example
Text Example
White with #5D1F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1F56; }
p { color: rgb(93,31,86); }
H1.HeaderClassName
{
color: #5D1F56;
}
.AnyTagClassName
{
color: #5D1F56;
}
</style>
background-color css
<style>
a { background-color: #5D1F56; }
a { background-color: rgb(93,31,86); }
div.DivClassName
{
background-color: #5D1F56;
}
.BgClassName
{
background-color: #5D1F56;
}
</style>
border-color css
<style>
span { border-color: #5D1F56; }
span { border-color: rgb(93,31,86); }
td.TdClassName
{
border-color: #5D1F56;
}
.TagClassName
{
border-color: #5D1F56;
}
</style>