Shades of Palatinate Purple #5D1D5F
Tints of Palatinate Purple #5D1D5F
RGB
CMYK
RGB Variations
Color information
#5D1D5F (or 0x5D1D5F) is known color: Palatinate Purple. HEX triplet: 5D, 1D and 5F. RGB value is (93,29,95). Sum of RGB (Red+Green+Blue) = 93+29+95=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 95 - color contains mainly: blue. Hex color #5D1D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1D5F is #A2E2A0. Grayscale: #373737. Windows color (decimal): -10674849 or 6233437. OLE color: 6233437.
HSL color Cylindrical-coordinate representation of color #5D1D5F: hue angle of 298.18º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D1D5F is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 93 | 29 | 95 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.63 |
| HSL | 298.18º | 0.53% | 0.24% | - |
| HSV(B) | 298.18º | 0.69% | 0.37% | - |
| XYZ | 7.02 | 4.03 | 11.23 | - |
| YUV | 55.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 29 | 95 | 0.02 | 0.69 | 0 | 0.63 | 298.18 | 0.53 | 0.24 |
| Hex | 5D | 1D | 5F | 2 | 45 | 0 | 3F | 12A | 35 | 18 |
| Octal | 135 | 35 | 137 | 2 | 105 | 0 | 77 | 452 | 65 | 30 |
| Binary | 1011101 | 11101 | 1011111 | 10 | 1000101 | 0 | 111111 | 100101010 | 110101 | 11000 |
Color Harmonies of #5D1D5F
Complementary color
Monochromatic Colors of #5D1D5F
Black with #5D1D5F
Text Example
Text Example
White with #5D1D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1D5F; }
p { color: rgb(93,29,95); }
H1.HeaderClassName
{
color: #5D1D5F;
}
.AnyTagClassName
{
color: #5D1D5F;
}
</style>
background-color css
<style>
a { background-color: #5D1D5F; }
a { background-color: rgb(93,29,95); }
div.DivClassName
{
background-color: #5D1D5F;
}
.BgClassName
{
background-color: #5D1D5F;
}
</style>
border-color css
<style>
span { border-color: #5D1D5F; }
span { border-color: rgb(93,29,95); }
td.TdClassName
{
border-color: #5D1D5F;
}
.TagClassName
{
border-color: #5D1D5F;
}
</style>