Shades of Palatinate Purple #5D355B
Tints of Palatinate Purple #5D355B
RGB
CMYK
RGB Variations
Color information
#5D355B (or 0x5D355B) is known color: Palatinate Purple. HEX triplet: 5D, 35 and 5B. RGB value is (93,53,91). Sum of RGB (Red+Green+Blue) = 93+53+91=237 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.24% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 93 - color contains mainly: red. Hex color #5D355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D355B is #A2CAA4. Grayscale: #454545. Windows color (decimal): -10668709 or 5977437. OLE color: 5977437.
HSL color Cylindrical-coordinate representation of color #5D355B: hue angle of 303º 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 #5D355B is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 53 | 91 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.64 |
| HSL | 303º | 0.27% | 0.29% | - |
| HSV(B) | 303º | 0.43% | 0.36% | - |
| XYZ | 7.68 | 5.63 | 10.58 | - |
| YUV | 69.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 91 | 0 | 0.43 | 0.02 | 0.64 | 303 | 0.27 | 0.29 |
| Hex | 5D | 35 | 5B | 0 | 2B | 2 | 40 | 12F | 1B | 1D |
| Octal | 135 | 65 | 133 | 0 | 53 | 2 | 100 | 457 | 33 | 35 |
| Binary | 1011101 | 110101 | 1011011 | 0 | 101011 | 10 | 1000000 | 100101111 | 11011 | 11101 |
Color Harmonies of #5D355B
Complementary color
Monochromatic Colors of #5D355B
Black with #5D355B
Text Example
Text Example
White with #5D355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D355B; }
p { color: rgb(93,53,91); }
H1.HeaderClassName
{
color: #5D355B;
}
.AnyTagClassName
{
color: #5D355B;
}
</style>
background-color css
<style>
a { background-color: #5D355B; }
a { background-color: rgb(93,53,91); }
div.DivClassName
{
background-color: #5D355B;
}
.BgClassName
{
background-color: #5D355B;
}
</style>
border-color css
<style>
span { border-color: #5D355B; }
span { border-color: rgb(93,53,91); }
td.TdClassName
{
border-color: #5D355B;
}
.TagClassName
{
border-color: #5D355B;
}
</style>