Shades of Palatinate Purple #5E0D61
Tints of Palatinate Purple #5E0D61
RGB
CMYK
RGB Variations
Color information
#5E0D61 (or 0x5E0D61) is known color: Palatinate Purple. HEX triplet: 5E, 0D and 61. RGB value is (94,13,97). Sum of RGB (Red+Green+Blue) = 94+13+97=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E0D61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0D61 is #A1F29E. Grayscale: #2E2E2E. Windows color (decimal): -10613407 or 6360414. OLE color: 6360414.
HSL color Cylindrical-coordinate representation of color #5E0D61: hue angle of 297.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E0D61 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 13 | 97 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.62 |
| HSL | 297.86º | 0.76% | 0.22% | - |
| HSV(B) | 297.86º | 0.87% | 0.38% | - |
| XYZ | 6.92 | 3.53 | 11.63 | - |
| YUV | 46.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 13 | 97 | 0.03 | 0.87 | 0 | 0.62 | 297.86 | 0.76 | 0.22 |
| Hex | 5E | D | 61 | 3 | 57 | 0 | 3E | 12A | 4C | 16 |
| Octal | 136 | 15 | 141 | 3 | 127 | 0 | 76 | 452 | 114 | 26 |
| Binary | 1011110 | 1101 | 1100001 | 11 | 1010111 | 0 | 111110 | 100101010 | 1001100 | 10110 |
Color Harmonies of #5E0D61
Complementary color
Monochromatic Colors of #5E0D61
Black with #5E0D61
Text Example
Text Example
White with #5E0D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0D61; }
p { color: rgb(94,13,97); }
H1.HeaderClassName
{
color: #5E0D61;
}
.AnyTagClassName
{
color: #5E0D61;
}
</style>
background-color css
<style>
a { background-color: #5E0D61; }
a { background-color: rgb(94,13,97); }
div.DivClassName
{
background-color: #5E0D61;
}
.BgClassName
{
background-color: #5E0D61;
}
</style>
border-color css
<style>
span { border-color: #5E0D61; }
span { border-color: rgb(94,13,97); }
td.TdClassName
{
border-color: #5E0D61;
}
.TagClassName
{
border-color: #5E0D61;
}
</style>