Shades of Palatinate Purple #5E1651
Tints of Palatinate Purple #5E1651
RGB
CMYK
RGB Variations
Color information
#5E1651 (or 0x5E1651) is known color: Palatinate Purple. HEX triplet: 5E, 16 and 51. RGB value is (94,22,81). Sum of RGB (Red+Green+Blue) = 94+22+81=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1651 is #A1E9AE. Grayscale: #323232. Windows color (decimal): -10611119 or 5314142. OLE color: 5314142.
HSL color Cylindrical-coordinate representation of color #5E1651: hue angle of 310.83º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E1651 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 22 | 81 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.63 |
| HSL | 310.83º | 0.62% | 0.23% | - |
| HSV(B) | 310.83º | 0.77% | 0.37% | - |
| XYZ | 6.39 | 3.55 | 8.13 | - |
| YUV | 50.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 81 | 0 | 0.77 | 0.14 | 0.63 | 310.83 | 0.62 | 0.23 |
| Hex | 5E | 16 | 51 | 0 | 4D | E | 3F | 137 | 3E | 17 |
| Octal | 136 | 26 | 121 | 0 | 115 | 16 | 77 | 467 | 76 | 27 |
| Binary | 1011110 | 10110 | 1010001 | 0 | 1001101 | 1110 | 111111 | 100110111 | 111110 | 10111 |
Color Harmonies of #5E1651
Complementary color
Monochromatic Colors of #5E1651
Black with #5E1651
Text Example
Text Example
White with #5E1651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1651; }
p { color: rgb(94,22,81); }
H1.HeaderClassName
{
color: #5E1651;
}
.AnyTagClassName
{
color: #5E1651;
}
</style>
background-color css
<style>
a { background-color: #5E1651; }
a { background-color: rgb(94,22,81); }
div.DivClassName
{
background-color: #5E1651;
}
.BgClassName
{
background-color: #5E1651;
}
</style>
border-color css
<style>
span { border-color: #5E1651; }
span { border-color: rgb(94,22,81); }
td.TdClassName
{
border-color: #5E1651;
}
.TagClassName
{
border-color: #5E1651;
}
</style>