Shades of Palatinate Purple #5D3056
Tints of Palatinate Purple #5D3056
RGB
CMYK
RGB Variations
Color information
#5D3056 (or 0x5D3056) is known color: Palatinate Purple. HEX triplet: 5D, 30 and 56. RGB value is (93,48,86). Sum of RGB (Red+Green+Blue) = 93+48+86=227 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.97% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3056 is #A2CFA9. Grayscale: #414141. Windows color (decimal): -10669994 or 5648477. OLE color: 5648477.
HSL color Cylindrical-coordinate representation of color #5D3056: hue angle of 309.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D3056 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 48 | 86 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.64 |
| HSL | 309.33º | 0.32% | 0.28% | - |
| HSV(B) | 309.33º | 0.48% | 0.36% | - |
| XYZ | 7.25 | 5.11 | 9.41 | - |
| YUV | 65.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 86 | 0 | 0.48 | 0.08 | 0.64 | 309.33 | 0.32 | 0.28 |
| Hex | 5D | 30 | 56 | 0 | 30 | 8 | 40 | 135 | 20 | 1C |
| Octal | 135 | 60 | 126 | 0 | 60 | 10 | 100 | 465 | 40 | 34 |
| Binary | 1011101 | 110000 | 1010110 | 0 | 110000 | 1000 | 1000000 | 100110101 | 100000 | 11100 |
Color Harmonies of #5D3056
Complementary color
Monochromatic Colors of #5D3056
Black with #5D3056
Text Example
Text Example
White with #5D3056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3056; }
p { color: rgb(93,48,86); }
H1.HeaderClassName
{
color: #5D3056;
}
.AnyTagClassName
{
color: #5D3056;
}
</style>
background-color css
<style>
a { background-color: #5D3056; }
a { background-color: rgb(93,48,86); }
div.DivClassName
{
background-color: #5D3056;
}
.BgClassName
{
background-color: #5D3056;
}
</style>
border-color css
<style>
span { border-color: #5D3056; }
span { border-color: rgb(93,48,86); }
td.TdClassName
{
border-color: #5D3056;
}
.TagClassName
{
border-color: #5D3056;
}
</style>