Shades of Palatinate Purple #5D1159
Tints of Palatinate Purple #5D1159
RGB
CMYK
RGB Variations
Color information
#5D1159 (or 0x5D1159) is known color: Palatinate Purple. HEX triplet: 5D, 11 and 59. RGB value is (93,17,89). Sum of RGB (Red+Green+Blue) = 93+17+89=199 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.73% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1159 is #A2EEA6. Grayscale: #2F2F2F. Windows color (decimal): -10677927 or 5837149. OLE color: 5837149.
HSL color Cylindrical-coordinate representation of color #5D1159: hue angle of 303.16º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D1159 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 17 | 89 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.64 |
| HSL | 303.16º | 0.69% | 0.22% | - |
| HSV(B) | 303.16º | 0.82% | 0.36% | - |
| XYZ | 6.52 | 3.45 | 9.77 | - |
| YUV | 47.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 89 | 0 | 0.82 | 0.04 | 0.64 | 303.16 | 0.69 | 0.22 |
| Hex | 5D | 11 | 59 | 0 | 52 | 4 | 40 | 12F | 45 | 16 |
| Octal | 135 | 21 | 131 | 0 | 122 | 4 | 100 | 457 | 105 | 26 |
| Binary | 1011101 | 10001 | 1011001 | 0 | 1010010 | 100 | 1000000 | 100101111 | 1000101 | 10110 |
Color Harmonies of #5D1159
Complementary color
Monochromatic Colors of #5D1159
Black with #5D1159
Text Example
Text Example
White with #5D1159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1159; }
p { color: rgb(93,17,89); }
H1.HeaderClassName
{
color: #5D1159;
}
.AnyTagClassName
{
color: #5D1159;
}
</style>
background-color css
<style>
a { background-color: #5D1159; }
a { background-color: rgb(93,17,89); }
div.DivClassName
{
background-color: #5D1159;
}
.BgClassName
{
background-color: #5D1159;
}
</style>
border-color css
<style>
span { border-color: #5D1159; }
span { border-color: rgb(93,17,89); }
td.TdClassName
{
border-color: #5D1159;
}
.TagClassName
{
border-color: #5D1159;
}
</style>