Shades of Palatinate Purple #5D1653
Tints of Palatinate Purple #5D1653
RGB
CMYK
RGB Variations
Color information
#5D1653 (or 0x5D1653) is known color: Palatinate Purple. HEX triplet: 5D, 16 and 53. RGB value is (93,22,83). Sum of RGB (Red+Green+Blue) = 93+22+83=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1653 is #A2E9AC. Grayscale: #323232. Windows color (decimal): -10676653 or 5445213. OLE color: 5445213.
HSL color Cylindrical-coordinate representation of color #5D1653: hue angle of 308.45º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D1653 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 22 | 83 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.64 |
| HSL | 308.45º | 0.62% | 0.23% | - |
| HSV(B) | 308.45º | 0.76% | 0.36% | - |
| XYZ | 6.36 | 3.53 | 8.53 | - |
| YUV | 50.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 83 | 0 | 0.76 | 0.11 | 0.64 | 308.45 | 0.62 | 0.23 |
| Hex | 5D | 16 | 53 | 0 | 4C | B | 40 | 134 | 3E | 17 |
| Octal | 135 | 26 | 123 | 0 | 114 | 13 | 100 | 464 | 76 | 27 |
| Binary | 1011101 | 10110 | 1010011 | 0 | 1001100 | 1011 | 1000000 | 100110100 | 111110 | 10111 |
Color Harmonies of #5D1653
Complementary color
Monochromatic Colors of #5D1653
Black with #5D1653
Text Example
Text Example
White with #5D1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1653; }
p { color: rgb(93,22,83); }
H1.HeaderClassName
{
color: #5D1653;
}
.AnyTagClassName
{
color: #5D1653;
}
</style>
background-color css
<style>
a { background-color: #5D1653; }
a { background-color: rgb(93,22,83); }
div.DivClassName
{
background-color: #5D1653;
}
.BgClassName
{
background-color: #5D1653;
}
</style>
border-color css
<style>
span { border-color: #5D1653; }
span { border-color: rgb(93,22,83); }
td.TdClassName
{
border-color: #5D1653;
}
.TagClassName
{
border-color: #5D1653;
}
</style>