Shades of Palatinate Purple #5D0366
Tints of Palatinate Purple #5D0366
RGB
CMYK
RGB Variations
Color information
#5D0366 (or 0x5D0366) is known color: Palatinate Purple. HEX triplet: 5D, 03 and 66. RGB value is (93,3,102). Sum of RGB (Red+Green+Blue) = 93+3+102=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #5D0366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0366 is #A2FC99. Grayscale: #282828. Windows color (decimal): -10681498 or 6685533. OLE color: 6685533.
HSL color Cylindrical-coordinate representation of color #5D0366: hue angle of 294.55º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D0366 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 3 | 102 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.6 |
| HSL | 294.55º | 0.94% | 0.21% | - |
| HSV(B) | 294.55º | 0.97% | 0.4% | - |
| XYZ | 6.95 | 3.35 | 12.85 | - |
| YUV | 41.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 102 | 0.09 | 0.97 | 0 | 0.6 | 294.55 | 0.94 | 0.21 |
| Hex | 5D | 3 | 66 | 9 | 61 | 0 | 3C | 127 | 5E | 15 |
| Octal | 135 | 3 | 146 | 11 | 141 | 0 | 74 | 447 | 136 | 25 |
| Binary | 1011101 | 11 | 1100110 | 1001 | 1100001 | 0 | 111100 | 100100111 | 1011110 | 10101 |
Color Harmonies of #5D0366
Complementary color
Monochromatic Colors of #5D0366
Black with #5D0366
Text Example
Text Example
White with #5D0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0366; }
p { color: rgb(93,3,102); }
H1.HeaderClassName
{
color: #5D0366;
}
.AnyTagClassName
{
color: #5D0366;
}
</style>
background-color css
<style>
a { background-color: #5D0366; }
a { background-color: rgb(93,3,102); }
div.DivClassName
{
background-color: #5D0366;
}
.BgClassName
{
background-color: #5D0366;
}
</style>
border-color css
<style>
span { border-color: #5D0366; }
span { border-color: rgb(93,3,102); }
td.TdClassName
{
border-color: #5D0366;
}
.TagClassName
{
border-color: #5D0366;
}
</style>