Shades of Palatinate Purple #5D355A
Tints of Palatinate Purple #5D355A
RGB
CMYK
RGB Variations
Color information
#5D355A (or 0x5D355A) is known color: Palatinate Purple. HEX triplet: 5D, 35 and 5A. RGB value is (93,53,90). Sum of RGB (Red+Green+Blue) = 93+53+90=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 93 - color contains mainly: red. Hex color #5D355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D355A is #A2CAA5. Grayscale: #454545. Windows color (decimal): -10668710 or 5911901. OLE color: 5911901.
HSL color Cylindrical-coordinate representation of color #5D355A: hue angle of 304.5º 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 #5D355A is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 53 | 90 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.64 |
| HSL | 304.5º | 0.27% | 0.29% | - |
| HSV(B) | 304.5º | 0.43% | 0.36% | - |
| XYZ | 7.63 | 5.61 | 10.35 | - |
| YUV | 69.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 90 | 0 | 0.43 | 0.03 | 0.64 | 304.5 | 0.27 | 0.29 |
| Hex | 5D | 35 | 5A | 0 | 2B | 3 | 40 | 130 | 1B | 1D |
| Octal | 135 | 65 | 132 | 0 | 53 | 3 | 100 | 460 | 33 | 35 |
| Binary | 1011101 | 110101 | 1011010 | 0 | 101011 | 11 | 1000000 | 100110000 | 11011 | 11101 |
Color Harmonies of #5D355A
Complementary color
Monochromatic Colors of #5D355A
Black with #5D355A
Text Example
Text Example
White with #5D355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D355A; }
p { color: rgb(93,53,90); }
H1.HeaderClassName
{
color: #5D355A;
}
.AnyTagClassName
{
color: #5D355A;
}
</style>
background-color css
<style>
a { background-color: #5D355A; }
a { background-color: rgb(93,53,90); }
div.DivClassName
{
background-color: #5D355A;
}
.BgClassName
{
background-color: #5D355A;
}
</style>
border-color css
<style>
span { border-color: #5D355A; }
span { border-color: rgb(93,53,90); }
td.TdClassName
{
border-color: #5D355A;
}
.TagClassName
{
border-color: #5D355A;
}
</style>