Shades of Palatinate Purple #5D1C50
Tints of Palatinate Purple #5D1C50
RGB
CMYK
RGB Variations
Color information
#5D1C50 (or 0x5D1C50) is known color: Palatinate Purple. HEX triplet: 5D, 1C and 50. RGB value is (93,28,80). Sum of RGB (Red+Green+Blue) = 93+28+80=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1C50 is #A2E3AF. Grayscale: #353535. Windows color (decimal): -10675120 or 5250141. OLE color: 5250141.
HSL color Cylindrical-coordinate representation of color #5D1C50: hue angle of 312º 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 #5D1C50 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 28 | 80 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.64 |
| HSL | 312º | 0.54% | 0.24% | - |
| HSV(B) | 312º | 0.7% | 0.36% | - |
| XYZ | 6.38 | 3.74 | 7.97 | - |
| YUV | 53.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 28 | 80 | 0 | 0.70 | 0.14 | 0.64 | 312 | 0.54 | 0.24 |
| Hex | 5D | 1C | 50 | 0 | 46 | E | 40 | 138 | 36 | 18 |
| Octal | 135 | 34 | 120 | 0 | 106 | 16 | 100 | 470 | 66 | 30 |
| Binary | 1011101 | 11100 | 1010000 | 0 | 1000110 | 1110 | 1000000 | 100111000 | 110110 | 11000 |
Color Harmonies of #5D1C50
Complementary color
Monochromatic Colors of #5D1C50
Black with #5D1C50
Text Example
Text Example
White with #5D1C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1C50; }
p { color: rgb(93,28,80); }
H1.HeaderClassName
{
color: #5D1C50;
}
.AnyTagClassName
{
color: #5D1C50;
}
</style>
background-color css
<style>
a { background-color: #5D1C50; }
a { background-color: rgb(93,28,80); }
div.DivClassName
{
background-color: #5D1C50;
}
.BgClassName
{
background-color: #5D1C50;
}
</style>
border-color css
<style>
span { border-color: #5D1C50; }
span { border-color: rgb(93,28,80); }
td.TdClassName
{
border-color: #5D1C50;
}
.TagClassName
{
border-color: #5D1C50;
}
</style>