Shades of Palatinate Purple #5E0D5A
Tints of Palatinate Purple #5E0D5A
RGB
CMYK
RGB Variations
Color information
#5E0D5A (or 0x5E0D5A) is known color: Palatinate Purple. HEX triplet: 5E, 0D and 5A. RGB value is (94,13,90). Sum of RGB (Red+Green+Blue) = 94+13+90=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0D5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0D5A is #A1F2A5. Grayscale: #2D2D2D. Windows color (decimal): -10613414 or 5901662. OLE color: 5901662.
HSL color Cylindrical-coordinate representation of color #5E0D5A: hue angle of 302.96º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E0D5A is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 13 | 90 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.63 |
| HSL | 302.96º | 0.76% | 0.21% | - |
| HSV(B) | 302.96º | 0.86% | 0.37% | - |
| XYZ | 6.61 | 3.41 | 9.98 | - |
| YUV | 46 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 13 | 90 | 0 | 0.86 | 0.04 | 0.63 | 302.96 | 0.76 | 0.21 |
| Hex | 5E | D | 5A | 0 | 56 | 4 | 3F | 12F | 4C | 15 |
| Octal | 136 | 15 | 132 | 0 | 126 | 4 | 77 | 457 | 114 | 25 |
| Binary | 1011110 | 1101 | 1011010 | 0 | 1010110 | 100 | 111111 | 100101111 | 1001100 | 10101 |
Color Harmonies of #5E0D5A
Complementary color
Monochromatic Colors of #5E0D5A
Black with #5E0D5A
Text Example
Text Example
White with #5E0D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0D5A; }
p { color: rgb(94,13,90); }
H1.HeaderClassName
{
color: #5E0D5A;
}
.AnyTagClassName
{
color: #5E0D5A;
}
</style>
background-color css
<style>
a { background-color: #5E0D5A; }
a { background-color: rgb(94,13,90); }
div.DivClassName
{
background-color: #5E0D5A;
}
.BgClassName
{
background-color: #5E0D5A;
}
</style>
border-color css
<style>
span { border-color: #5E0D5A; }
span { border-color: rgb(94,13,90); }
td.TdClassName
{
border-color: #5E0D5A;
}
.TagClassName
{
border-color: #5E0D5A;
}
</style>