Shades of Palatinate Purple #5E1762
Tints of Palatinate Purple #5E1762
RGB
CMYK
RGB Variations
Color information
#5E1762 (or 0x5E1762) is known color: Palatinate Purple. HEX triplet: 5E, 17 and 62. RGB value is (94,23,98). Sum of RGB (Red+Green+Blue) = 94+23+98=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #5E1762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1762 is #A1E89D. Grayscale: #343434. Windows color (decimal): -10610846 or 6428510. OLE color: 6428510.
HSL color Cylindrical-coordinate representation of color #5E1762: hue angle of 296.8º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E1762 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 23 | 98 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.62 |
| HSL | 296.8º | 0.62% | 0.24% | - |
| HSV(B) | 296.8º | 0.77% | 0.38% | - |
| XYZ | 7.13 | 3.87 | 11.93 | - |
| YUV | 52.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 98 | 0.04 | 0.77 | 0 | 0.62 | 296.8 | 0.62 | 0.24 |
| Hex | 5E | 17 | 62 | 4 | 4D | 0 | 3E | 129 | 3E | 18 |
| Octal | 136 | 27 | 142 | 4 | 115 | 0 | 76 | 451 | 76 | 30 |
| Binary | 1011110 | 10111 | 1100010 | 100 | 1001101 | 0 | 111110 | 100101001 | 111110 | 11000 |
Color Harmonies of #5E1762
Complementary color
Monochromatic Colors of #5E1762
Black with #5E1762
Text Example
Text Example
White with #5E1762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1762; }
p { color: rgb(94,23,98); }
H1.HeaderClassName
{
color: #5E1762;
}
.AnyTagClassName
{
color: #5E1762;
}
</style>
background-color css
<style>
a { background-color: #5E1762; }
a { background-color: rgb(94,23,98); }
div.DivClassName
{
background-color: #5E1762;
}
.BgClassName
{
background-color: #5E1762;
}
</style>
border-color css
<style>
span { border-color: #5E1762; }
span { border-color: rgb(94,23,98); }
td.TdClassName
{
border-color: #5E1762;
}
.TagClassName
{
border-color: #5E1762;
}
</style>