Shades of Palatinate Purple #5D164D
Tints of Palatinate Purple #5D164D
RGB
CMYK
RGB Variations
Color information
#5D164D (or 0x5D164D) is known color: Palatinate Purple. HEX triplet: 5D, 16 and 4D. RGB value is (93,22,77). Sum of RGB (Red+Green+Blue) = 93+22+77=192 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.44% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 93 - color contains mainly: red. Hex color #5D164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D164D is #A2E9B2. Grayscale: #313131. Windows color (decimal): -10676659 or 5051997. OLE color: 5051997.
HSL color Cylindrical-coordinate representation of color #5D164D: hue angle of 313.52º 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 #5D164D is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 22 | 77 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.64 |
| HSL | 313.52º | 0.62% | 0.23% | - |
| HSV(B) | 313.52º | 0.76% | 0.36% | - |
| XYZ | 6.14 | 3.44 | 7.36 | - |
| YUV | 49.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 77 | 0 | 0.76 | 0.17 | 0.64 | 313.52 | 0.62 | 0.23 |
| Hex | 5D | 16 | 4D | 0 | 4C | 11 | 40 | 13A | 3E | 17 |
| Octal | 135 | 26 | 115 | 0 | 114 | 21 | 100 | 472 | 76 | 27 |
| Binary | 1011101 | 10110 | 1001101 | 0 | 1001100 | 10001 | 1000000 | 100111010 | 111110 | 10111 |
Color Harmonies of #5D164D
Complementary color
Monochromatic Colors of #5D164D
Black with #5D164D
Text Example
Text Example
White with #5D164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D164D; }
p { color: rgb(93,22,77); }
H1.HeaderClassName
{
color: #5D164D;
}
.AnyTagClassName
{
color: #5D164D;
}
</style>
background-color css
<style>
a { background-color: #5D164D; }
a { background-color: rgb(93,22,77); }
div.DivClassName
{
background-color: #5D164D;
}
.BgClassName
{
background-color: #5D164D;
}
</style>
border-color css
<style>
span { border-color: #5D164D; }
span { border-color: rgb(93,22,77); }
td.TdClassName
{
border-color: #5D164D;
}
.TagClassName
{
border-color: #5D164D;
}
</style>