Shades of Palatinate Purple #5D1561
Tints of Palatinate Purple #5D1561
RGB
CMYK
RGB Variations
Color information
#5D1561 (or 0x5D1561) is known color: Palatinate Purple. HEX triplet: 5D, 15 and 61. RGB value is (93,21,97). Sum of RGB (Red+Green+Blue) = 93+21+97=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D1561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1561 is #A2EA9E. Grayscale: #323232. Windows color (decimal): -10676895 or 6362461. OLE color: 6362461.
HSL color Cylindrical-coordinate representation of color #5D1561: hue angle of 296.84º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D1561 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 21 | 97 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.62 |
| HSL | 296.84º | 0.64% | 0.23% | - |
| HSV(B) | 296.84º | 0.78% | 0.38% | - |
| XYZ | 6.94 | 3.73 | 11.66 | - |
| YUV | 51.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 97 | 0.04 | 0.78 | 0 | 0.62 | 296.84 | 0.64 | 0.23 |
| Hex | 5D | 15 | 61 | 4 | 4E | 0 | 3E | 129 | 40 | 17 |
| Octal | 135 | 25 | 141 | 4 | 116 | 0 | 76 | 451 | 100 | 27 |
| Binary | 1011101 | 10101 | 1100001 | 100 | 1001110 | 0 | 111110 | 100101001 | 1000000 | 10111 |
Color Harmonies of #5D1561
Complementary color
Monochromatic Colors of #5D1561
Black with #5D1561
Text Example
Text Example
White with #5D1561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1561; }
p { color: rgb(93,21,97); }
H1.HeaderClassName
{
color: #5D1561;
}
.AnyTagClassName
{
color: #5D1561;
}
</style>
background-color css
<style>
a { background-color: #5D1561; }
a { background-color: rgb(93,21,97); }
div.DivClassName
{
background-color: #5D1561;
}
.BgClassName
{
background-color: #5D1561;
}
</style>
border-color css
<style>
span { border-color: #5D1561; }
span { border-color: rgb(93,21,97); }
td.TdClassName
{
border-color: #5D1561;
}
.TagClassName
{
border-color: #5D1561;
}
</style>