Shades of Palatinate Purple #5D1F58
Tints of Palatinate Purple #5D1F58
RGB
CMYK
RGB Variations
Color information
#5D1F58 (or 0x5D1F58) is known color: Palatinate Purple. HEX triplet: 5D, 1F and 58. RGB value is (93,31,88). Sum of RGB (Red+Green+Blue) = 93+31+88=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1F58 is #A2E0A7. Grayscale: #373737. Windows color (decimal): -10674344 or 5775197. OLE color: 5775197.
HSL color Cylindrical-coordinate representation of color #5D1F58: hue angle of 304.84º 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 #5D1F58 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 31 | 88 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.64 |
| HSL | 304.84º | 0.5% | 0.24% | - |
| HSV(B) | 304.84º | 0.67% | 0.36% | - |
| XYZ | 6.77 | 4.01 | 9.65 | - |
| YUV | 56.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 31 | 88 | 0 | 0.67 | 0.05 | 0.64 | 304.84 | 0.5 | 0.24 |
| Hex | 5D | 1F | 58 | 0 | 43 | 5 | 40 | 131 | 32 | 18 |
| Octal | 135 | 37 | 130 | 0 | 103 | 5 | 100 | 461 | 62 | 30 |
| Binary | 1011101 | 11111 | 1011000 | 0 | 1000011 | 101 | 1000000 | 100110001 | 110010 | 11000 |
Color Harmonies of #5D1F58
Complementary color
Monochromatic Colors of #5D1F58
Black with #5D1F58
Text Example
Text Example
White with #5D1F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1F58; }
p { color: rgb(93,31,88); }
H1.HeaderClassName
{
color: #5D1F58;
}
.AnyTagClassName
{
color: #5D1F58;
}
</style>
background-color css
<style>
a { background-color: #5D1F58; }
a { background-color: rgb(93,31,88); }
div.DivClassName
{
background-color: #5D1F58;
}
.BgClassName
{
background-color: #5D1F58;
}
</style>
border-color css
<style>
span { border-color: #5D1F58; }
span { border-color: rgb(93,31,88); }
td.TdClassName
{
border-color: #5D1F58;
}
.TagClassName
{
border-color: #5D1F58;
}
</style>