Shades of Palatinate Purple #5D1651
Tints of Palatinate Purple #5D1651
RGB
CMYK
RGB Variations
Color information
#5D1651 (or 0x5D1651) is known color: Palatinate Purple. HEX triplet: 5D, 16 and 51. RGB value is (93,22,81). Sum of RGB (Red+Green+Blue) = 93+22+81=196 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.45% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1651 is #A2E9AE. Grayscale: #313131. Windows color (decimal): -10676655 or 5314141. OLE color: 5314141.
HSL color Cylindrical-coordinate representation of color #5D1651: hue angle of 310.14º 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 #5D1651 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 22 | 81 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.64 |
| HSL | 310.14º | 0.62% | 0.23% | - |
| HSV(B) | 310.14º | 0.76% | 0.36% | - |
| XYZ | 6.29 | 3.5 | 8.13 | - |
| YUV | 49.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 81 | 0 | 0.76 | 0.13 | 0.64 | 310.14 | 0.62 | 0.23 |
| Hex | 5D | 16 | 51 | 0 | 4C | D | 40 | 136 | 3E | 17 |
| Octal | 135 | 26 | 121 | 0 | 114 | 15 | 100 | 466 | 76 | 27 |
| Binary | 1011101 | 10110 | 1010001 | 0 | 1001100 | 1101 | 1000000 | 100110110 | 111110 | 10111 |
Color Harmonies of #5D1651
Complementary color
Monochromatic Colors of #5D1651
Black with #5D1651
Text Example
Text Example
White with #5D1651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1651; }
p { color: rgb(93,22,81); }
H1.HeaderClassName
{
color: #5D1651;
}
.AnyTagClassName
{
color: #5D1651;
}
</style>
background-color css
<style>
a { background-color: #5D1651; }
a { background-color: rgb(93,22,81); }
div.DivClassName
{
background-color: #5D1651;
}
.BgClassName
{
background-color: #5D1651;
}
</style>
border-color css
<style>
span { border-color: #5D1651; }
span { border-color: rgb(93,22,81); }
td.TdClassName
{
border-color: #5D1651;
}
.TagClassName
{
border-color: #5D1651;
}
</style>