Shades of Palatinate Purple #5D1462
Tints of Palatinate Purple #5D1462
RGB
CMYK
RGB Variations
Color information
#5D1462 (or 0x5D1462) is known color: Palatinate Purple. HEX triplet: 5D, 14 and 62. RGB value is (93,20,98). Sum of RGB (Red+Green+Blue) = 93+20+98=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #5D1462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1462 is #A2EB9D. Grayscale: #323232. Windows color (decimal): -10677150 or 6427741. OLE color: 6427741.
HSL color Cylindrical-coordinate representation of color #5D1462: hue angle of 296.15º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D1462 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 20 | 98 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.62 |
| HSL | 296.15º | 0.66% | 0.23% | - |
| HSV(B) | 296.15º | 0.8% | 0.38% | - |
| XYZ | 6.97 | 3.71 | 11.9 | - |
| YUV | 50.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 20 | 98 | 0.05 | 0.80 | 0 | 0.62 | 296.15 | 0.66 | 0.23 |
| Hex | 5D | 14 | 62 | 5 | 50 | 0 | 3E | 128 | 42 | 17 |
| Octal | 135 | 24 | 142 | 5 | 120 | 0 | 76 | 450 | 102 | 27 |
| Binary | 1011101 | 10100 | 1100010 | 101 | 1010000 | 0 | 111110 | 100101000 | 1000010 | 10111 |
Color Harmonies of #5D1462
Complementary color
Monochromatic Colors of #5D1462
Black with #5D1462
Text Example
Text Example
White with #5D1462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1462; }
p { color: rgb(93,20,98); }
H1.HeaderClassName
{
color: #5D1462;
}
.AnyTagClassName
{
color: #5D1462;
}
</style>
background-color css
<style>
a { background-color: #5D1462; }
a { background-color: rgb(93,20,98); }
div.DivClassName
{
background-color: #5D1462;
}
.BgClassName
{
background-color: #5D1462;
}
</style>
border-color css
<style>
span { border-color: #5D1462; }
span { border-color: rgb(93,20,98); }
td.TdClassName
{
border-color: #5D1462;
}
.TagClassName
{
border-color: #5D1462;
}
</style>