Shades of Palatinate Purple #5D1762
Tints of Palatinate Purple #5D1762
RGB
CMYK
RGB Variations
Color information
#5D1762 (or 0x5D1762) is known color: Palatinate Purple. HEX triplet: 5D, 17 and 62. RGB value is (93,23,98). Sum of RGB (Red+Green+Blue) = 93+23+98=214 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.46% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #5D1762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1762 is #A2E89D. Grayscale: #343434. Windows color (decimal): -10676382 or 6428509. OLE color: 6428509.
HSL color Cylindrical-coordinate representation of color #5D1762: hue angle of 296º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D1762 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 23 | 98 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.62 |
| HSL | 296º | 0.62% | 0.24% | - |
| HSV(B) | 296º | 0.77% | 0.38% | - |
| XYZ | 7.03 | 3.82 | 11.92 | - |
| YUV | 52.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 23 | 98 | 0.05 | 0.77 | 0 | 0.62 | 296 | 0.62 | 0.24 |
| Hex | 5D | 17 | 62 | 5 | 4D | 0 | 3E | 128 | 3E | 18 |
| Octal | 135 | 27 | 142 | 5 | 115 | 0 | 76 | 450 | 76 | 30 |
| Binary | 1011101 | 10111 | 1100010 | 101 | 1001101 | 0 | 111110 | 100101000 | 111110 | 11000 |
Color Harmonies of #5D1762
Complementary color
Monochromatic Colors of #5D1762
Black with #5D1762
Text Example
Text Example
White with #5D1762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1762; }
p { color: rgb(93,23,98); }
H1.HeaderClassName
{
color: #5D1762;
}
.AnyTagClassName
{
color: #5D1762;
}
</style>
background-color css
<style>
a { background-color: #5D1762; }
a { background-color: rgb(93,23,98); }
div.DivClassName
{
background-color: #5D1762;
}
.BgClassName
{
background-color: #5D1762;
}
</style>
border-color css
<style>
span { border-color: #5D1762; }
span { border-color: rgb(93,23,98); }
td.TdClassName
{
border-color: #5D1762;
}
.TagClassName
{
border-color: #5D1762;
}
</style>