Shades of Palatinate Purple #5D3658
Tints of Palatinate Purple #5D3658
RGB
CMYK
RGB Variations
Color information
#5D3658 (or 0x5D3658) is known color: Palatinate Purple. HEX triplet: 5D, 36 and 58. RGB value is (93,54,88). Sum of RGB (Red+Green+Blue) = 93+54+88=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3658 is #A2C9A7. Grayscale: #454545. Windows color (decimal): -10668456 or 5781085. OLE color: 5781085.
HSL color Cylindrical-coordinate representation of color #5D3658: hue angle of 307.69º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D3658 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 54 | 88 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.64 |
| HSL | 307.69º | 0.27% | 0.29% | - |
| HSV(B) | 307.69º | 0.42% | 0.36% | - |
| XYZ | 7.59 | 5.67 | 9.93 | - |
| YUV | 69.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 54 | 88 | 0 | 0.42 | 0.05 | 0.64 | 307.69 | 0.27 | 0.29 |
| Hex | 5D | 36 | 58 | 0 | 2A | 5 | 40 | 134 | 1B | 1D |
| Octal | 135 | 66 | 130 | 0 | 52 | 5 | 100 | 464 | 33 | 35 |
| Binary | 1011101 | 110110 | 1011000 | 0 | 101010 | 101 | 1000000 | 100110100 | 11011 | 11101 |
Color Harmonies of #5D3658
Complementary color
Monochromatic Colors of #5D3658
Black with #5D3658
Text Example
Text Example
White with #5D3658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3658; }
p { color: rgb(93,54,88); }
H1.HeaderClassName
{
color: #5D3658;
}
.AnyTagClassName
{
color: #5D3658;
}
</style>
background-color css
<style>
a { background-color: #5D3658; }
a { background-color: rgb(93,54,88); }
div.DivClassName
{
background-color: #5D3658;
}
.BgClassName
{
background-color: #5D3658;
}
</style>
border-color css
<style>
span { border-color: #5D3658; }
span { border-color: rgb(93,54,88); }
td.TdClassName
{
border-color: #5D3658;
}
.TagClassName
{
border-color: #5D3658;
}
</style>