Shades of Palatinate Purple #5E2062
Tints of Palatinate Purple #5E2062
RGB
CMYK
RGB Variations
Color information
#5E2062 (or 0x5E2062) is known color: Palatinate Purple. HEX triplet: 5E, 20 and 62. RGB value is (94,32,98). Sum of RGB (Red+Green+Blue) = 94+32+98=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #5E2062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2062 is #A1DF9D. Grayscale: #393939. Windows color (decimal): -10608542 or 6430814. OLE color: 6430814.
HSL color Cylindrical-coordinate representation of color #5E2062: hue angle of 296.36º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E2062 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 32 | 98 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.62 |
| HSL | 296.36º | 0.51% | 0.25% | - |
| HSV(B) | 296.36º | 0.67% | 0.38% | - |
| XYZ | 7.34 | 4.29 | 12 | - |
| YUV | 58.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 98 | 0.04 | 0.67 | 0 | 0.62 | 296.36 | 0.51 | 0.25 |
| Hex | 5E | 20 | 62 | 4 | 43 | 0 | 3E | 128 | 33 | 19 |
| Octal | 136 | 40 | 142 | 4 | 103 | 0 | 76 | 450 | 63 | 31 |
| Binary | 1011110 | 100000 | 1100010 | 100 | 1000011 | 0 | 111110 | 100101000 | 110011 | 11001 |
Color Harmonies of #5E2062
Complementary color
Monochromatic Colors of #5E2062
Black with #5E2062
Text Example
Text Example
White with #5E2062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2062; }
p { color: rgb(94,32,98); }
H1.HeaderClassName
{
color: #5E2062;
}
.AnyTagClassName
{
color: #5E2062;
}
</style>
background-color css
<style>
a { background-color: #5E2062; }
a { background-color: rgb(94,32,98); }
div.DivClassName
{
background-color: #5E2062;
}
.BgClassName
{
background-color: #5E2062;
}
</style>
border-color css
<style>
span { border-color: #5E2062; }
span { border-color: rgb(94,32,98); }
td.TdClassName
{
border-color: #5E2062;
}
.TagClassName
{
border-color: #5E2062;
}
</style>