Shades of Palatinate Purple #5E0662
Tints of Palatinate Purple #5E0662
RGB
CMYK
RGB Variations
Color information
#5E0662 (or 0x5E0662) is known color: Palatinate Purple. HEX triplet: 5E, 06 and 62. RGB value is (94,6,98). Sum of RGB (Red+Green+Blue) = 94+6+98=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #5E0662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0662 is #A1F99D. Grayscale: #2A2A2A. Windows color (decimal): -10615198 or 6424158. OLE color: 6424158.
HSL color Cylindrical-coordinate representation of color #5E0662: hue angle of 297.39º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0662 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 6 | 98 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.62 |
| HSL | 297.39º | 0.88% | 0.2% | - |
| HSV(B) | 297.39º | 0.94% | 0.38% | - |
| XYZ | 6.89 | 3.39 | 11.85 | - |
| YUV | 42.8 | 159.15 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 6 | 98 | 0.04 | 0.94 | 0 | 0.62 | 297.39 | 0.88 | 0.2 |
| Hex | 5E | 6 | 62 | 4 | 5E | 0 | 3E | 129 | 58 | 14 |
| Octal | 136 | 6 | 142 | 4 | 136 | 0 | 76 | 451 | 130 | 24 |
| Binary | 1011110 | 110 | 1100010 | 100 | 1011110 | 0 | 111110 | 100101001 | 1011000 | 10100 |
Color Harmonies of #5E0662
Complementary color
Monochromatic Colors of #5E0662
Black with #5E0662
Text Example
Text Example
White with #5E0662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0662; }
p { color: rgb(94,6,98); }
H1.HeaderClassName
{
color: #5E0662;
}
.AnyTagClassName
{
color: #5E0662;
}
</style>
background-color css
<style>
a { background-color: #5E0662; }
a { background-color: rgb(94,6,98); }
div.DivClassName
{
background-color: #5E0662;
}
.BgClassName
{
background-color: #5E0662;
}
</style>
border-color css
<style>
span { border-color: #5E0662; }
span { border-color: rgb(94,6,98); }
td.TdClassName
{
border-color: #5E0662;
}
.TagClassName
{
border-color: #5E0662;
}
</style>