Shades of Palatinate Purple #5D1C52
Tints of Palatinate Purple #5D1C52
RGB
CMYK
RGB Variations
Color information
#5D1C52 (or 0x5D1C52) is known color: Palatinate Purple. HEX triplet: 5D, 1C and 52. RGB value is (93,28,82). Sum of RGB (Red+Green+Blue) = 93+28+82=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1C52 is #A2E3AD. Grayscale: #353535. Windows color (decimal): -10675118 or 5381213. OLE color: 5381213.
HSL color Cylindrical-coordinate representation of color #5D1C52: hue angle of 310.15º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D1C52 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 28 | 82 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.64 |
| HSL | 310.15º | 0.54% | 0.24% | - |
| HSV(B) | 310.15º | 0.7% | 0.36% | - |
| XYZ | 6.45 | 3.77 | 8.37 | - |
| YUV | 53.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 28 | 82 | 0 | 0.70 | 0.12 | 0.64 | 310.15 | 0.54 | 0.24 |
| Hex | 5D | 1C | 52 | 0 | 46 | C | 40 | 136 | 36 | 18 |
| Octal | 135 | 34 | 122 | 0 | 106 | 14 | 100 | 466 | 66 | 30 |
| Binary | 1011101 | 11100 | 1010010 | 0 | 1000110 | 1100 | 1000000 | 100110110 | 110110 | 11000 |
Color Harmonies of #5D1C52
Complementary color
Monochromatic Colors of #5D1C52
Black with #5D1C52
Text Example
Text Example
White with #5D1C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1C52; }
p { color: rgb(93,28,82); }
H1.HeaderClassName
{
color: #5D1C52;
}
.AnyTagClassName
{
color: #5D1C52;
}
</style>
background-color css
<style>
a { background-color: #5D1C52; }
a { background-color: rgb(93,28,82); }
div.DivClassName
{
background-color: #5D1C52;
}
.BgClassName
{
background-color: #5D1C52;
}
</style>
border-color css
<style>
span { border-color: #5D1C52; }
span { border-color: rgb(93,28,82); }
td.TdClassName
{
border-color: #5D1C52;
}
.TagClassName
{
border-color: #5D1C52;
}
</style>