Shades of Palatinate Purple #5D0563
Tints of Palatinate Purple #5D0563
RGB
CMYK
RGB Variations
Color information
#5D0563 (or 0x5D0563) is known color: Palatinate Purple. HEX triplet: 5D, 05 and 63. RGB value is (93,5,99). Sum of RGB (Red+Green+Blue) = 93+5+99=197 (26% of max value = 765). Red value is 93 (36.72% from 255 or 47.21% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D0563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0563 is #A2FA9C. Grayscale: #292929. Windows color (decimal): -10680989 or 6489437. OLE color: 6489437.
HSL color Cylindrical-coordinate representation of color #5D0563: hue angle of 296.17º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0563 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 5 | 99 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.61 |
| HSL | 296.17º | 0.9% | 0.2% | - |
| HSV(B) | 296.17º | 0.95% | 0.39% | - |
| XYZ | 6.82 | 3.34 | 12.09 | - |
| YUV | 42.03 | 160.15 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 99 | 0.06 | 0.95 | 0 | 0.61 | 296.17 | 0.9 | 0.2 |
| Hex | 5D | 5 | 63 | 6 | 5F | 0 | 3D | 128 | 5A | 14 |
| Octal | 135 | 5 | 143 | 6 | 137 | 0 | 75 | 450 | 132 | 24 |
| Binary | 1011101 | 101 | 1100011 | 110 | 1011111 | 0 | 111101 | 100101000 | 1011010 | 10100 |
Color Harmonies of #5D0563
Complementary color
Monochromatic Colors of #5D0563
Black with #5D0563
Text Example
Text Example
White with #5D0563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0563; }
p { color: rgb(93,5,99); }
H1.HeaderClassName
{
color: #5D0563;
}
.AnyTagClassName
{
color: #5D0563;
}
</style>
background-color css
<style>
a { background-color: #5D0563; }
a { background-color: rgb(93,5,99); }
div.DivClassName
{
background-color: #5D0563;
}
.BgClassName
{
background-color: #5D0563;
}
</style>
border-color css
<style>
span { border-color: #5D0563; }
span { border-color: rgb(93,5,99); }
td.TdClassName
{
border-color: #5D0563;
}
.TagClassName
{
border-color: #5D0563;
}
</style>