Shades of Palatinate Purple #5D2C5F
Tints of Palatinate Purple #5D2C5F
RGB
CMYK
RGB Variations
Color information
#5D2C5F (or 0x5D2C5F) is known color: Palatinate Purple. HEX triplet: 5D, 2C and 5F. RGB value is (93,44,95). Sum of RGB (Red+Green+Blue) = 93+44+95=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #5D2C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2C5F is #A2D3A0. Grayscale: #404040. Windows color (decimal): -10671009 or 6237277. OLE color: 6237277.
HSL color Cylindrical-coordinate representation of color #5D2C5F: hue angle of 297.65º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D2C5F is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 93 | 44 | 95 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.63 |
| HSL | 297.65º | 0.37% | 0.27% | - |
| HSV(B) | 297.65º | 0.54% | 0.37% | - |
| XYZ | 7.48 | 4.95 | 11.39 | - |
| YUV | 64.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 44 | 95 | 0.02 | 0.54 | 0 | 0.63 | 297.65 | 0.37 | 0.27 |
| Hex | 5D | 2C | 5F | 2 | 36 | 0 | 3F | 12A | 25 | 1B |
| Octal | 135 | 54 | 137 | 2 | 66 | 0 | 77 | 452 | 45 | 33 |
| Binary | 1011101 | 101100 | 1011111 | 10 | 110110 | 0 | 111111 | 100101010 | 100101 | 11011 |
Color Harmonies of #5D2C5F
Complementary color
Monochromatic Colors of #5D2C5F
Black with #5D2C5F
Text Example
Text Example
White with #5D2C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2C5F; }
p { color: rgb(93,44,95); }
H1.HeaderClassName
{
color: #5D2C5F;
}
.AnyTagClassName
{
color: #5D2C5F;
}
</style>
background-color css
<style>
a { background-color: #5D2C5F; }
a { background-color: rgb(93,44,95); }
div.DivClassName
{
background-color: #5D2C5F;
}
.BgClassName
{
background-color: #5D2C5F;
}
</style>
border-color css
<style>
span { border-color: #5D2C5F; }
span { border-color: rgb(93,44,95); }
td.TdClassName
{
border-color: #5D2C5F;
}
.TagClassName
{
border-color: #5D2C5F;
}
</style>