Shades of Palatinate Purple #5D1153
Tints of Palatinate Purple #5D1153
RGB
CMYK
RGB Variations
Color information
#5D1153 (or 0x5D1153) is known color: Palatinate Purple. HEX triplet: 5D, 11 and 53. RGB value is (93,17,83). Sum of RGB (Red+Green+Blue) = 93+17+83=193 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.19% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1153 is #A2EEAC. Grayscale: #2F2F2F. Windows color (decimal): -10677933 or 5443933. OLE color: 5443933.
HSL color Cylindrical-coordinate representation of color #5D1153: hue angle of 307.89º 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 #5D1153 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 17 | 83 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.64 |
| HSL | 307.89º | 0.69% | 0.22% | - |
| HSV(B) | 307.89º | 0.82% | 0.36% | - |
| XYZ | 6.28 | 3.35 | 8.5 | - |
| YUV | 47.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 83 | 0 | 0.82 | 0.11 | 0.64 | 307.89 | 0.69 | 0.22 |
| Hex | 5D | 11 | 53 | 0 | 52 | B | 40 | 134 | 45 | 16 |
| Octal | 135 | 21 | 123 | 0 | 122 | 13 | 100 | 464 | 105 | 26 |
| Binary | 1011101 | 10001 | 1010011 | 0 | 1010010 | 1011 | 1000000 | 100110100 | 1000101 | 10110 |
Color Harmonies of #5D1153
Complementary color
Monochromatic Colors of #5D1153
Black with #5D1153
Text Example
Text Example
White with #5D1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1153; }
p { color: rgb(93,17,83); }
H1.HeaderClassName
{
color: #5D1153;
}
.AnyTagClassName
{
color: #5D1153;
}
</style>
background-color css
<style>
a { background-color: #5D1153; }
a { background-color: rgb(93,17,83); }
div.DivClassName
{
background-color: #5D1153;
}
.BgClassName
{
background-color: #5D1153;
}
</style>
border-color css
<style>
span { border-color: #5D1153; }
span { border-color: rgb(93,17,83); }
td.TdClassName
{
border-color: #5D1153;
}
.TagClassName
{
border-color: #5D1153;
}
</style>