Shades of Palatinate Purple #5E115A
Tints of Palatinate Purple #5E115A
RGB
CMYK
RGB Variations
Color information
#5E115A (or 0x5E115A) is known color: Palatinate Purple. HEX triplet: 5E, 11 and 5A. RGB value is (94,17,90). Sum of RGB (Red+Green+Blue) = 94+17+90=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 94 - color contains mainly: red. Hex color #5E115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E115A is #A1EEA5. Grayscale: #303030. Windows color (decimal): -10612390 or 5902686. OLE color: 5902686.
HSL color Cylindrical-coordinate representation of color #5E115A: hue angle of 303.12º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E115A is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 17 | 90 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.63 |
| HSL | 303.12º | 0.69% | 0.22% | - |
| HSV(B) | 303.12º | 0.82% | 0.37% | - |
| XYZ | 6.66 | 3.52 | 10 | - |
| YUV | 48.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 90 | 0 | 0.82 | 0.04 | 0.63 | 303.12 | 0.69 | 0.22 |
| Hex | 5E | 11 | 5A | 0 | 52 | 4 | 3F | 12F | 45 | 16 |
| Octal | 136 | 21 | 132 | 0 | 122 | 4 | 77 | 457 | 105 | 26 |
| Binary | 1011110 | 10001 | 1011010 | 0 | 1010010 | 100 | 111111 | 100101111 | 1000101 | 10110 |
Color Harmonies of #5E115A
Complementary color
Monochromatic Colors of #5E115A
Black with #5E115A
Text Example
Text Example
White with #5E115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E115A; }
p { color: rgb(94,17,90); }
H1.HeaderClassName
{
color: #5E115A;
}
.AnyTagClassName
{
color: #5E115A;
}
</style>
background-color css
<style>
a { background-color: #5E115A; }
a { background-color: rgb(94,17,90); }
div.DivClassName
{
background-color: #5E115A;
}
.BgClassName
{
background-color: #5E115A;
}
</style>
border-color css
<style>
span { border-color: #5E115A; }
span { border-color: rgb(94,17,90); }
td.TdClassName
{
border-color: #5E115A;
}
.TagClassName
{
border-color: #5E115A;
}
</style>