Shades of Palatinate Purple #5E0366
Tints of Palatinate Purple #5E0366
RGB
CMYK
RGB Variations
Color information
#5E0366 (or 0x5E0366) is known color: Palatinate Purple. HEX triplet: 5E, 03 and 66. RGB value is (94,3,102). Sum of RGB (Red+Green+Blue) = 94+3+102=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #5E0366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0366 is #A1FC99. Grayscale: #292929. Windows color (decimal): -10615962 or 6685534. OLE color: 6685534.
HSL color Cylindrical-coordinate representation of color #5E0366: hue angle of 295.15º 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 #5E0366 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 3 | 102 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.6 |
| HSL | 295.15º | 0.94% | 0.21% | - |
| HSV(B) | 295.15º | 0.97% | 0.4% | - |
| XYZ | 7.05 | 3.4 | 12.86 | - |
| YUV | 41.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 102 | 0.08 | 0.97 | 0 | 0.6 | 295.15 | 0.94 | 0.21 |
| Hex | 5E | 3 | 66 | 8 | 61 | 0 | 3C | 127 | 5E | 15 |
| Octal | 136 | 3 | 146 | 10 | 141 | 0 | 74 | 447 | 136 | 25 |
| Binary | 1011110 | 11 | 1100110 | 1000 | 1100001 | 0 | 111100 | 100100111 | 1011110 | 10101 |
Color Harmonies of #5E0366
Complementary color
Monochromatic Colors of #5E0366
Black with #5E0366
Text Example
Text Example
White with #5E0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0366; }
p { color: rgb(94,3,102); }
H1.HeaderClassName
{
color: #5E0366;
}
.AnyTagClassName
{
color: #5E0366;
}
</style>
background-color css
<style>
a { background-color: #5E0366; }
a { background-color: rgb(94,3,102); }
div.DivClassName
{
background-color: #5E0366;
}
.BgClassName
{
background-color: #5E0366;
}
</style>
border-color css
<style>
span { border-color: #5E0366; }
span { border-color: rgb(94,3,102); }
td.TdClassName
{
border-color: #5E0366;
}
.TagClassName
{
border-color: #5E0366;
}
</style>