Shades of Palatinate Purple #5D1663
Tints of Palatinate Purple #5D1663
RGB
CMYK
RGB Variations
Color information
#5D1663 (or 0x5D1663) is known color: Palatinate Purple. HEX triplet: 5D, 16 and 63. RGB value is (93,22,99). Sum of RGB (Red+Green+Blue) = 93+22+99=214 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.46% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D1663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1663 is #A2E99C. Grayscale: #333333. Windows color (decimal): -10676637 or 6493789. OLE color: 6493789.
HSL color Cylindrical-coordinate representation of color #5D1663: hue angle of 295.32º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D1663 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 22 | 99 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.61 |
| HSL | 295.32º | 0.64% | 0.24% | - |
| HSV(B) | 295.32º | 0.78% | 0.39% | - |
| XYZ | 7.05 | 3.8 | 12.17 | - |
| YUV | 52.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 99 | 0.06 | 0.78 | 0 | 0.61 | 295.32 | 0.64 | 0.24 |
| Hex | 5D | 16 | 63 | 6 | 4E | 0 | 3D | 127 | 40 | 18 |
| Octal | 135 | 26 | 143 | 6 | 116 | 0 | 75 | 447 | 100 | 30 |
| Binary | 1011101 | 10110 | 1100011 | 110 | 1001110 | 0 | 111101 | 100100111 | 1000000 | 11000 |
Color Harmonies of #5D1663
Complementary color
Monochromatic Colors of #5D1663
Black with #5D1663
Text Example
Text Example
White with #5D1663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1663; }
p { color: rgb(93,22,99); }
H1.HeaderClassName
{
color: #5D1663;
}
.AnyTagClassName
{
color: #5D1663;
}
</style>
background-color css
<style>
a { background-color: #5D1663; }
a { background-color: rgb(93,22,99); }
div.DivClassName
{
background-color: #5D1663;
}
.BgClassName
{
background-color: #5D1663;
}
</style>
border-color css
<style>
span { border-color: #5D1663; }
span { border-color: rgb(93,22,99); }
td.TdClassName
{
border-color: #5D1663;
}
.TagClassName
{
border-color: #5D1663;
}
</style>