Shades of Palatinate Purple #5E0061
Tints of Palatinate Purple #5E0061
RGB
CMYK
RGB Variations
Color information
#5E0061 (or 0x5E0061) is known color: Palatinate Purple. HEX triplet: 5E, 00 and 61. RGB value is (94,0,97). Sum of RGB (Red+Green+Blue) = 94+0+97=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E0061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0061 is #A1FF9E. Grayscale: #262626. Windows color (decimal): -10616735 or 6357086. OLE color: 6357086.
HSL color Cylindrical-coordinate representation of color #5E0061: hue angle of 298.14º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E0061 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 0 | 97 | - |
| CMYK | 0.03 | 1 | 0 | 0.62 |
| HSL | 298.14º | 1% | 0.19% | - |
| HSV(B) | 298.14º | 1% | 0.38% | - |
| XYZ | 6.77 | 3.24 | 11.58 | - |
| YUV | 39.16 | 160.64 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 97 | 0.03 | 1 | 0 | 0.62 | 298.14 | 1 | 0.19 |
| Hex | 5E | 0 | 61 | 3 | 64 | 0 | 3E | 12A | 64 | 13 |
| Octal | 136 | 0 | 141 | 3 | 144 | 0 | 76 | 452 | 144 | 23 |
| Binary | 1011110 | 0 | 1100001 | 11 | 1100100 | 0 | 111110 | 100101010 | 1100100 | 10011 |
Color Harmonies of #5E0061
Complementary color
Monochromatic Colors of #5E0061
Black with #5E0061
Text Example
Text Example
White with #5E0061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0061; }
p { color: rgb(94,0,97); }
H1.HeaderClassName
{
color: #5E0061;
}
.AnyTagClassName
{
color: #5E0061;
}
</style>
background-color css
<style>
a { background-color: #5E0061; }
a { background-color: rgb(94,0,97); }
div.DivClassName
{
background-color: #5E0061;
}
.BgClassName
{
background-color: #5E0061;
}
</style>
border-color css
<style>
span { border-color: #5E0061; }
span { border-color: rgb(94,0,97); }
td.TdClassName
{
border-color: #5E0061;
}
.TagClassName
{
border-color: #5E0061;
}
</style>