Shades of Palatinate Purple #5D1951
Tints of Palatinate Purple #5D1951
RGB
CMYK
RGB Variations
Color information
#5D1951 (or 0x5D1951) is known color: Palatinate Purple. HEX triplet: 5D, 19 and 51. RGB value is (93,25,81). Sum of RGB (Red+Green+Blue) = 93+25+81=199 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.73% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1951 is #A2E6AE. Grayscale: #333333. Windows color (decimal): -10675887 or 5314909. OLE color: 5314909.
HSL color Cylindrical-coordinate representation of color #5D1951: hue angle of 310.59º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D1951 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 25 | 81 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.64 |
| HSL | 310.59º | 0.58% | 0.23% | - |
| HSV(B) | 310.59º | 0.73% | 0.36% | - |
| XYZ | 6.35 | 3.62 | 8.15 | - |
| YUV | 51.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 81 | 0 | 0.73 | 0.13 | 0.64 | 310.59 | 0.58 | 0.23 |
| Hex | 5D | 19 | 51 | 0 | 49 | D | 40 | 137 | 3A | 17 |
| Octal | 135 | 31 | 121 | 0 | 111 | 15 | 100 | 467 | 72 | 27 |
| Binary | 1011101 | 11001 | 1010001 | 0 | 1001001 | 1101 | 1000000 | 100110111 | 111010 | 10111 |
Color Harmonies of #5D1951
Complementary color
Monochromatic Colors of #5D1951
Black with #5D1951
Text Example
Text Example
White with #5D1951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1951; }
p { color: rgb(93,25,81); }
H1.HeaderClassName
{
color: #5D1951;
}
.AnyTagClassName
{
color: #5D1951;
}
</style>
background-color css
<style>
a { background-color: #5D1951; }
a { background-color: rgb(93,25,81); }
div.DivClassName
{
background-color: #5D1951;
}
.BgClassName
{
background-color: #5D1951;
}
</style>
border-color css
<style>
span { border-color: #5D1951; }
span { border-color: rgb(93,25,81); }
td.TdClassName
{
border-color: #5D1951;
}
.TagClassName
{
border-color: #5D1951;
}
</style>