Shades of Palatinate Purple #5D1956
Tints of Palatinate Purple #5D1956
RGB
CMYK
RGB Variations
Color information
#5D1956 (or 0x5D1956) is known color: Palatinate Purple. HEX triplet: 5D, 19 and 56. RGB value is (93,25,86). Sum of RGB (Red+Green+Blue) = 93+25+86=204 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.59% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1956 is #A2E6A9. Grayscale: #343434. Windows color (decimal): -10675882 or 5642589. OLE color: 5642589.
HSL color Cylindrical-coordinate representation of color #5D1956: hue angle of 306.18º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D1956 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 25 | 86 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.64 |
| HSL | 306.18º | 0.58% | 0.23% | - |
| HSV(B) | 306.18º | 0.73% | 0.36% | - |
| XYZ | 6.54 | 3.69 | 9.17 | - |
| YUV | 52.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 86 | 0 | 0.73 | 0.08 | 0.64 | 306.18 | 0.58 | 0.23 |
| Hex | 5D | 19 | 56 | 0 | 49 | 8 | 40 | 132 | 3A | 17 |
| Octal | 135 | 31 | 126 | 0 | 111 | 10 | 100 | 462 | 72 | 27 |
| Binary | 1011101 | 11001 | 1010110 | 0 | 1001001 | 1000 | 1000000 | 100110010 | 111010 | 10111 |
Color Harmonies of #5D1956
Complementary color
Monochromatic Colors of #5D1956
Black with #5D1956
Text Example
Text Example
White with #5D1956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1956; }
p { color: rgb(93,25,86); }
H1.HeaderClassName
{
color: #5D1956;
}
.AnyTagClassName
{
color: #5D1956;
}
</style>
background-color css
<style>
a { background-color: #5D1956; }
a { background-color: rgb(93,25,86); }
div.DivClassName
{
background-color: #5D1956;
}
.BgClassName
{
background-color: #5D1956;
}
</style>
border-color css
<style>
span { border-color: #5D1956; }
span { border-color: rgb(93,25,86); }
td.TdClassName
{
border-color: #5D1956;
}
.TagClassName
{
border-color: #5D1956;
}
</style>