Shades of Palatinate Purple #5D2555
Tints of Palatinate Purple #5D2555
RGB
CMYK
RGB Variations
Color information
#5D2555 (or 0x5D2555) is known color: Palatinate Purple. HEX triplet: 5D, 25 and 55. RGB value is (93,37,85). Sum of RGB (Red+Green+Blue) = 93+37+85=215 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.26% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2555 is #A2DAAA. Grayscale: #3B3B3B. Windows color (decimal): -10672811 or 5580125. OLE color: 5580125.
HSL color Cylindrical-coordinate representation of color #5D2555: hue angle of 308.57º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D2555 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 37 | 85 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.64 |
| HSL | 308.57º | 0.43% | 0.25% | - |
| HSV(B) | 308.57º | 0.6% | 0.36% | - |
| XYZ | 6.82 | 4.31 | 9.07 | - |
| YUV | 59.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 85 | 0 | 0.60 | 0.09 | 0.64 | 308.57 | 0.43 | 0.25 |
| Hex | 5D | 25 | 55 | 0 | 3C | 9 | 40 | 135 | 2B | 19 |
| Octal | 135 | 45 | 125 | 0 | 74 | 11 | 100 | 465 | 53 | 31 |
| Binary | 1011101 | 100101 | 1010101 | 0 | 111100 | 1001 | 1000000 | 100110101 | 101011 | 11001 |
Color Harmonies of #5D2555
Complementary color
Monochromatic Colors of #5D2555
Black with #5D2555
Text Example
Text Example
White with #5D2555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2555; }
p { color: rgb(93,37,85); }
H1.HeaderClassName
{
color: #5D2555;
}
.AnyTagClassName
{
color: #5D2555;
}
</style>
background-color css
<style>
a { background-color: #5D2555; }
a { background-color: rgb(93,37,85); }
div.DivClassName
{
background-color: #5D2555;
}
.BgClassName
{
background-color: #5D2555;
}
</style>
border-color css
<style>
span { border-color: #5D2555; }
span { border-color: rgb(93,37,85); }
td.TdClassName
{
border-color: #5D2555;
}
.TagClassName
{
border-color: #5D2555;
}
</style>