Shades of Palatinate Purple #5E1467
Tints of Palatinate Purple #5E1467
RGB
CMYK
RGB Variations
Color information
#5E1467 (or 0x5E1467) is known color: Palatinate Purple. HEX triplet: 5E, 14 and 67. RGB value is (94,20,103). Sum of RGB (Red+Green+Blue) = 94+20+103=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E1467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1467 is #A1EB98. Grayscale: #333333. Windows color (decimal): -10611609 or 6755422. OLE color: 6755422.
HSL color Cylindrical-coordinate representation of color #5E1467: hue angle of 293.49º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E1467 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 20 | 103 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.60 |
| HSL | 293.49º | 0.67% | 0.24% | - |
| HSV(B) | 293.49º | 0.81% | 0.4% | - |
| XYZ | 7.31 | 3.86 | 13.19 | - |
| YUV | 51.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 103 | 0.09 | 0.81 | 0 | 0.60 | 293.49 | 0.67 | 0.24 |
| Hex | 5E | 14 | 67 | 9 | 51 | 0 | 3C | 125 | 43 | 18 |
| Octal | 136 | 24 | 147 | 11 | 121 | 0 | 74 | 445 | 103 | 30 |
| Binary | 1011110 | 10100 | 1100111 | 1001 | 1010001 | 0 | 111100 | 100100101 | 1000011 | 11000 |
Color Harmonies of #5E1467
Complementary color
Monochromatic Colors of #5E1467
Black with #5E1467
Text Example
Text Example
White with #5E1467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1467; }
p { color: rgb(94,20,103); }
H1.HeaderClassName
{
color: #5E1467;
}
.AnyTagClassName
{
color: #5E1467;
}
</style>
background-color css
<style>
a { background-color: #5E1467; }
a { background-color: rgb(94,20,103); }
div.DivClassName
{
background-color: #5E1467;
}
.BgClassName
{
background-color: #5E1467;
}
</style>
border-color css
<style>
span { border-color: #5E1467; }
span { border-color: rgb(94,20,103); }
td.TdClassName
{
border-color: #5E1467;
}
.TagClassName
{
border-color: #5E1467;
}
</style>