Shades of Palatinate Purple #5D1959
Tints of Palatinate Purple #5D1959
RGB
CMYK
RGB Variations
Color information
#5D1959 (or 0x5D1959) is known color: Palatinate Purple. HEX triplet: 5D, 19 and 59. RGB value is (93,25,89). Sum of RGB (Red+Green+Blue) = 93+25+89=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1959 is #A2E6A6. Grayscale: #343434. Windows color (decimal): -10675879 or 5839197. OLE color: 5839197.
HSL color Cylindrical-coordinate representation of color #5D1959: hue angle of 303.53º 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 #5D1959 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 25 | 89 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.64 |
| HSL | 303.53º | 0.58% | 0.23% | - |
| HSV(B) | 303.53º | 0.73% | 0.36% | - |
| XYZ | 6.67 | 3.74 | 9.82 | - |
| YUV | 52.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 89 | 0 | 0.73 | 0.04 | 0.64 | 303.53 | 0.58 | 0.23 |
| Hex | 5D | 19 | 59 | 0 | 49 | 4 | 40 | 130 | 3A | 17 |
| Octal | 135 | 31 | 131 | 0 | 111 | 4 | 100 | 460 | 72 | 27 |
| Binary | 1011101 | 11001 | 1011001 | 0 | 1001001 | 100 | 1000000 | 100110000 | 111010 | 10111 |
Color Harmonies of #5D1959
Complementary color
Monochromatic Colors of #5D1959
Black with #5D1959
Text Example
Text Example
White with #5D1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1959; }
p { color: rgb(93,25,89); }
H1.HeaderClassName
{
color: #5D1959;
}
.AnyTagClassName
{
color: #5D1959;
}
</style>
background-color css
<style>
a { background-color: #5D1959; }
a { background-color: rgb(93,25,89); }
div.DivClassName
{
background-color: #5D1959;
}
.BgClassName
{
background-color: #5D1959;
}
</style>
border-color css
<style>
span { border-color: #5D1959; }
span { border-color: rgb(93,25,89); }
td.TdClassName
{
border-color: #5D1959;
}
.TagClassName
{
border-color: #5D1959;
}
</style>