Shades of Palatinate Purple #5D1657
Tints of Palatinate Purple #5D1657
RGB
CMYK
RGB Variations
Color information
#5D1657 (or 0x5D1657) is known color: Palatinate Purple. HEX triplet: 5D, 16 and 57. RGB value is (93,22,87). Sum of RGB (Red+Green+Blue) = 93+22+87=202 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.04% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1657 is #A2E9A8. Grayscale: #323232. Windows color (decimal): -10676649 or 5707357. OLE color: 5707357.
HSL color Cylindrical-coordinate representation of color #5D1657: hue angle of 305.07º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D1657 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 22 | 87 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.64 |
| HSL | 305.07º | 0.62% | 0.23% | - |
| HSV(B) | 305.07º | 0.76% | 0.36% | - |
| XYZ | 6.52 | 3.59 | 9.37 | - |
| YUV | 50.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 87 | 0 | 0.76 | 0.06 | 0.64 | 305.07 | 0.62 | 0.23 |
| Hex | 5D | 16 | 57 | 0 | 4C | 6 | 40 | 131 | 3E | 17 |
| Octal | 135 | 26 | 127 | 0 | 114 | 6 | 100 | 461 | 76 | 27 |
| Binary | 1011101 | 10110 | 1010111 | 0 | 1001100 | 110 | 1000000 | 100110001 | 111110 | 10111 |
Color Harmonies of #5D1657
Complementary color
Monochromatic Colors of #5D1657
Black with #5D1657
Text Example
Text Example
White with #5D1657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1657; }
p { color: rgb(93,22,87); }
H1.HeaderClassName
{
color: #5D1657;
}
.AnyTagClassName
{
color: #5D1657;
}
</style>
background-color css
<style>
a { background-color: #5D1657; }
a { background-color: rgb(93,22,87); }
div.DivClassName
{
background-color: #5D1657;
}
.BgClassName
{
background-color: #5D1657;
}
</style>
border-color css
<style>
span { border-color: #5D1657; }
span { border-color: rgb(93,22,87); }
td.TdClassName
{
border-color: #5D1657;
}
.TagClassName
{
border-color: #5D1657;
}
</style>