Shades of Palatinate Purple #5D355D
Tints of Palatinate Purple #5D355D
RGB
CMYK
RGB Variations
Color information
#5D355D (or 0x5D355D) is known color: Palatinate Purple. HEX triplet: 5D, 35 and 5D. RGB value is (93,53,93). Sum of RGB (Red+Green+Blue) = 93+53+93=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 93 - color contains mainly: red, blue. Hex color #5D355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D355D is #A2CAA2. Grayscale: #454545. Windows color (decimal): -10668707 or 6108509. OLE color: 6108509.
HSL color Cylindrical-coordinate representation of color #5D355D: hue angle of 300º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D355D is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 53 | 93 | - |
| CMYK | 0 | 0.43 | 0 | 0.64 |
| HSL | 300º | 0.27% | 0.29% | - |
| HSV(B) | 300º | 0.43% | 0.36% | - |
| XYZ | 7.76 | 5.66 | 11.04 | - |
| YUV | 69.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 93 | 0 | 0.43 | 0 | 0.64 | 300 | 0.27 | 0.29 |
| Hex | 5D | 35 | 5D | 0 | 2B | 0 | 40 | 12C | 1B | 1D |
| Octal | 135 | 65 | 135 | 0 | 53 | 0 | 100 | 454 | 33 | 35 |
| Binary | 1011101 | 110101 | 1011101 | 0 | 101011 | 0 | 1000000 | 100101100 | 11011 | 11101 |
Color Harmonies of #5D355D
Complementary color
Monochromatic Colors of #5D355D
Black with #5D355D
Text Example
Text Example
White with #5D355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D355D; }
p { color: rgb(93,53,93); }
H1.HeaderClassName
{
color: #5D355D;
}
.AnyTagClassName
{
color: #5D355D;
}
</style>
background-color css
<style>
a { background-color: #5D355D; }
a { background-color: rgb(93,53,93); }
div.DivClassName
{
background-color: #5D355D;
}
.BgClassName
{
background-color: #5D355D;
}
</style>
border-color css
<style>
span { border-color: #5D355D; }
span { border-color: rgb(93,53,93); }
td.TdClassName
{
border-color: #5D355D;
}
.TagClassName
{
border-color: #5D355D;
}
</style>