Shades of Palatinate Purple #5E1369
Tints of Palatinate Purple #5E1369
RGB
CMYK
RGB Variations
Color information
#5E1369 (or 0x5E1369) is known color: Palatinate Purple. HEX triplet: 5E, 13 and 69. RGB value is (94,19,105). Sum of RGB (Red+Green+Blue) = 94+19+105=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #5E1369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1369 is #A1EC96. Grayscale: #323232. Windows color (decimal): -10611863 or 6886238. OLE color: 6886238.
HSL color Cylindrical-coordinate representation of color #5E1369: hue angle of 292.33º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1369 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 19 | 105 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.59 |
| HSL | 292.33º | 0.69% | 0.24% | - |
| HSV(B) | 292.33º | 0.82% | 0.41% | - |
| XYZ | 7.4 | 3.87 | 13.72 | - |
| YUV | 51.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 19 | 105 | 0.10 | 0.82 | 0 | 0.59 | 292.33 | 0.69 | 0.24 |
| Hex | 5E | 13 | 69 | A | 52 | 0 | 3B | 124 | 45 | 18 |
| Octal | 136 | 23 | 151 | 12 | 122 | 0 | 73 | 444 | 105 | 30 |
| Binary | 1011110 | 10011 | 1101001 | 1010 | 1010010 | 0 | 111011 | 100100100 | 1000101 | 11000 |
Color Harmonies of #5E1369
Complementary color
Monochromatic Colors of #5E1369
Black with #5E1369
Text Example
Text Example
White with #5E1369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1369; }
p { color: rgb(94,19,105); }
H1.HeaderClassName
{
color: #5E1369;
}
.AnyTagClassName
{
color: #5E1369;
}
</style>
background-color css
<style>
a { background-color: #5E1369; }
a { background-color: rgb(94,19,105); }
div.DivClassName
{
background-color: #5E1369;
}
.BgClassName
{
background-color: #5E1369;
}
</style>
border-color css
<style>
span { border-color: #5E1369; }
span { border-color: rgb(94,19,105); }
td.TdClassName
{
border-color: #5E1369;
}
.TagClassName
{
border-color: #5E1369;
}
</style>