Shades of Palatinate Purple #5E1767
Tints of Palatinate Purple #5E1767
RGB
CMYK
RGB Variations
Color information
#5E1767 (or 0x5E1767) is known color: Palatinate Purple. HEX triplet: 5E, 17 and 67. RGB value is (94,23,103). Sum of RGB (Red+Green+Blue) = 94+23+103=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E1767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1767 is #A1E898. Grayscale: #353535. Windows color (decimal): -10610841 or 6756190. OLE color: 6756190.
HSL color Cylindrical-coordinate representation of color #5E1767: hue angle of 293.25º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E1767 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 23 | 103 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.60 |
| HSL | 293.25º | 0.63% | 0.25% | - |
| HSV(B) | 293.25º | 0.78% | 0.4% | - |
| XYZ | 7.37 | 3.97 | 13.21 | - |
| YUV | 53.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 103 | 0.09 | 0.78 | 0 | 0.60 | 293.25 | 0.63 | 0.25 |
| Hex | 5E | 17 | 67 | 9 | 4E | 0 | 3C | 125 | 3F | 19 |
| Octal | 136 | 27 | 147 | 11 | 116 | 0 | 74 | 445 | 77 | 31 |
| Binary | 1011110 | 10111 | 1100111 | 1001 | 1001110 | 0 | 111100 | 100100101 | 111111 | 11001 |
Color Harmonies of #5E1767
Complementary color
Monochromatic Colors of #5E1767
Black with #5E1767
Text Example
Text Example
White with #5E1767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1767; }
p { color: rgb(94,23,103); }
H1.HeaderClassName
{
color: #5E1767;
}
.AnyTagClassName
{
color: #5E1767;
}
</style>
background-color css
<style>
a { background-color: #5E1767; }
a { background-color: rgb(94,23,103); }
div.DivClassName
{
background-color: #5E1767;
}
.BgClassName
{
background-color: #5E1767;
}
</style>
border-color css
<style>
span { border-color: #5E1767; }
span { border-color: rgb(94,23,103); }
td.TdClassName
{
border-color: #5E1767;
}
.TagClassName
{
border-color: #5E1767;
}
</style>