Shades of Palatinate Purple #5D0566
Tints of Palatinate Purple #5D0566
RGB
CMYK
RGB Variations
Color information
#5D0566 (or 0x5D0566) is known color: Palatinate Purple. HEX triplet: 5D, 05 and 66. RGB value is (93,5,102). Sum of RGB (Red+Green+Blue) = 93+5+102=200 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #5D0566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0566 is #A2FA99. Grayscale: #2A2A2A. Windows color (decimal): -10680986 or 6686045. OLE color: 6686045.
HSL color Cylindrical-coordinate representation of color #5D0566: hue angle of 294.43º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0566 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 5 | 102 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.6 |
| HSL | 294.43º | 0.91% | 0.21% | - |
| HSV(B) | 294.43º | 0.95% | 0.4% | - |
| XYZ | 6.97 | 3.4 | 12.86 | - |
| YUV | 42.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 102 | 0.09 | 0.95 | 0 | 0.6 | 294.43 | 0.91 | 0.21 |
| Hex | 5D | 5 | 66 | 9 | 5F | 0 | 3C | 126 | 5B | 15 |
| Octal | 135 | 5 | 146 | 11 | 137 | 0 | 74 | 446 | 133 | 25 |
| Binary | 1011101 | 101 | 1100110 | 1001 | 1011111 | 0 | 111100 | 100100110 | 1011011 | 10101 |
Color Harmonies of #5D0566
Complementary color
Monochromatic Colors of #5D0566
Black with #5D0566
Text Example
Text Example
White with #5D0566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0566; }
p { color: rgb(93,5,102); }
H1.HeaderClassName
{
color: #5D0566;
}
.AnyTagClassName
{
color: #5D0566;
}
</style>
background-color css
<style>
a { background-color: #5D0566; }
a { background-color: rgb(93,5,102); }
div.DivClassName
{
background-color: #5D0566;
}
.BgClassName
{
background-color: #5D0566;
}
</style>
border-color css
<style>
span { border-color: #5D0566; }
span { border-color: rgb(93,5,102); }
td.TdClassName
{
border-color: #5D0566;
}
.TagClassName
{
border-color: #5D0566;
}
</style>