Shades of Palatinate Purple #5D2756
Tints of Palatinate Purple #5D2756
RGB
CMYK
RGB Variations
Color information
#5D2756 (or 0x5D2756) is known color: Palatinate Purple. HEX triplet: 5D, 27 and 56. RGB value is (93,39,86). Sum of RGB (Red+Green+Blue) = 93+39+86=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2756 is #A2D8A9. Grayscale: #3C3C3C. Windows color (decimal): -10672298 or 5646173. OLE color: 5646173.
HSL color Cylindrical-coordinate representation of color #5D2756: hue angle of 307.78º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D2756 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 39 | 86 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.64 |
| HSL | 307.78º | 0.41% | 0.26% | - |
| HSV(B) | 307.78º | 0.58% | 0.36% | - |
| XYZ | 6.92 | 4.45 | 9.3 | - |
| YUV | 60.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 39 | 86 | 0 | 0.58 | 0.08 | 0.64 | 307.78 | 0.41 | 0.26 |
| Hex | 5D | 27 | 56 | 0 | 3A | 8 | 40 | 134 | 29 | 1A |
| Octal | 135 | 47 | 126 | 0 | 72 | 10 | 100 | 464 | 51 | 32 |
| Binary | 1011101 | 100111 | 1010110 | 0 | 111010 | 1000 | 1000000 | 100110100 | 101001 | 11010 |
Color Harmonies of #5D2756
Complementary color
Monochromatic Colors of #5D2756
Black with #5D2756
Text Example
Text Example
White with #5D2756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2756; }
p { color: rgb(93,39,86); }
H1.HeaderClassName
{
color: #5D2756;
}
.AnyTagClassName
{
color: #5D2756;
}
</style>
background-color css
<style>
a { background-color: #5D2756; }
a { background-color: rgb(93,39,86); }
div.DivClassName
{
background-color: #5D2756;
}
.BgClassName
{
background-color: #5D2756;
}
</style>
border-color css
<style>
span { border-color: #5D2756; }
span { border-color: rgb(93,39,86); }
td.TdClassName
{
border-color: #5D2756;
}
.TagClassName
{
border-color: #5D2756;
}
</style>