Shades of Palatinate Purple #5D0162
Tints of Palatinate Purple #5D0162
RGB
CMYK
RGB Variations
Color information
#5D0162 (or 0x5D0162) is known color: Palatinate Purple. HEX triplet: 5D, 01 and 62. RGB value is (93,1,98). Sum of RGB (Red+Green+Blue) = 93+1+98=192 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.44% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #5D0162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0162 is #A2FE9D. Grayscale: #272727. Windows color (decimal): -10682014 or 6422877. OLE color: 6422877.
HSL color Cylindrical-coordinate representation of color #5D0162: hue angle of 296.91º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D0162 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 1 | 98 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.62 |
| HSL | 296.91º | 0.98% | 0.19% | - |
| HSV(B) | 296.91º | 0.99% | 0.38% | - |
| XYZ | 6.73 | 3.23 | 11.82 | - |
| YUV | 39.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 98 | 0.05 | 0.99 | 0 | 0.62 | 296.91 | 0.98 | 0.19 |
| Hex | 5D | 1 | 62 | 5 | 63 | 0 | 3E | 129 | 62 | 13 |
| Octal | 135 | 1 | 142 | 5 | 143 | 0 | 76 | 451 | 142 | 23 |
| Binary | 1011101 | 1 | 1100010 | 101 | 1100011 | 0 | 111110 | 100101001 | 1100010 | 10011 |
Color Harmonies of #5D0162
Complementary color
Monochromatic Colors of #5D0162
Black with #5D0162
Text Example
Text Example
White with #5D0162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0162; }
p { color: rgb(93,1,98); }
H1.HeaderClassName
{
color: #5D0162;
}
.AnyTagClassName
{
color: #5D0162;
}
</style>
background-color css
<style>
a { background-color: #5D0162; }
a { background-color: rgb(93,1,98); }
div.DivClassName
{
background-color: #5D0162;
}
.BgClassName
{
background-color: #5D0162;
}
</style>
border-color css
<style>
span { border-color: #5D0162; }
span { border-color: rgb(93,1,98); }
td.TdClassName
{
border-color: #5D0162;
}
.TagClassName
{
border-color: #5D0162;
}
</style>