Shades of Palatinate Purple #5D1E61
Tints of Palatinate Purple #5D1E61
RGB
CMYK
RGB Variations
Color information
#5D1E61 (or 0x5D1E61) is known color: Palatinate Purple. HEX triplet: 5D, 1E and 61. RGB value is (93,30,97). Sum of RGB (Red+Green+Blue) = 93+30+97=220 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.27% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D1E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1E61 is #A2E19E. Grayscale: #383838. Windows color (decimal): -10674591 or 6364765. OLE color: 6364765.
HSL color Cylindrical-coordinate representation of color #5D1E61: hue angle of 296.42º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D1E61 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 30 | 97 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.62 |
| HSL | 296.42º | 0.53% | 0.25% | - |
| HSV(B) | 296.42º | 0.69% | 0.38% | - |
| XYZ | 7.14 | 4.12 | 11.73 | - |
| YUV | 56.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 30 | 97 | 0.04 | 0.69 | 0 | 0.62 | 296.42 | 0.53 | 0.25 |
| Hex | 5D | 1E | 61 | 4 | 45 | 0 | 3E | 128 | 35 | 19 |
| Octal | 135 | 36 | 141 | 4 | 105 | 0 | 76 | 450 | 65 | 31 |
| Binary | 1011101 | 11110 | 1100001 | 100 | 1000101 | 0 | 111110 | 100101000 | 110101 | 11001 |
Color Harmonies of #5D1E61
Complementary color
Monochromatic Colors of #5D1E61
Black with #5D1E61
Text Example
Text Example
White with #5D1E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1E61; }
p { color: rgb(93,30,97); }
H1.HeaderClassName
{
color: #5D1E61;
}
.AnyTagClassName
{
color: #5D1E61;
}
</style>
background-color css
<style>
a { background-color: #5D1E61; }
a { background-color: rgb(93,30,97); }
div.DivClassName
{
background-color: #5D1E61;
}
.BgClassName
{
background-color: #5D1E61;
}
</style>
border-color css
<style>
span { border-color: #5D1E61; }
span { border-color: rgb(93,30,97); }
td.TdClassName
{
border-color: #5D1E61;
}
.TagClassName
{
border-color: #5D1E61;
}
</style>