Shades of Palatinate Purple #5D1963
Tints of Palatinate Purple #5D1963
RGB
CMYK
RGB Variations
Color information
#5D1963 (or 0x5D1963) is known color: Palatinate Purple. HEX triplet: 5D, 19 and 63. RGB value is (93,25,99). Sum of RGB (Red+Green+Blue) = 93+25+99=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D1963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1963 is #A2E69C. Grayscale: #353535. Windows color (decimal): -10675869 or 6494557. OLE color: 6494557.
HSL color Cylindrical-coordinate representation of color #5D1963: hue angle of 295.14º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D1963 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 25 | 99 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.61 |
| HSL | 295.14º | 0.6% | 0.24% | - |
| HSV(B) | 295.14º | 0.75% | 0.39% | - |
| XYZ | 7.11 | 3.92 | 12.19 | - |
| YUV | 53.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 99 | 0.06 | 0.75 | 0 | 0.61 | 295.14 | 0.6 | 0.24 |
| Hex | 5D | 19 | 63 | 6 | 4B | 0 | 3D | 127 | 3C | 18 |
| Octal | 135 | 31 | 143 | 6 | 113 | 0 | 75 | 447 | 74 | 30 |
| Binary | 1011101 | 11001 | 1100011 | 110 | 1001011 | 0 | 111101 | 100100111 | 111100 | 11000 |
Color Harmonies of #5D1963
Complementary color
Monochromatic Colors of #5D1963
Black with #5D1963
Text Example
Text Example
White with #5D1963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1963; }
p { color: rgb(93,25,99); }
H1.HeaderClassName
{
color: #5D1963;
}
.AnyTagClassName
{
color: #5D1963;
}
</style>
background-color css
<style>
a { background-color: #5D1963; }
a { background-color: rgb(93,25,99); }
div.DivClassName
{
background-color: #5D1963;
}
.BgClassName
{
background-color: #5D1963;
}
</style>
border-color css
<style>
span { border-color: #5D1963; }
span { border-color: rgb(93,25,99); }
td.TdClassName
{
border-color: #5D1963;
}
.TagClassName
{
border-color: #5D1963;
}
</style>