Shades of Palatinate Purple #5E1667
Tints of Palatinate Purple #5E1667
RGB
CMYK
RGB Variations
Color information
#5E1667 (or 0x5E1667) is known color: Palatinate Purple. HEX triplet: 5E, 16 and 67. RGB value is (94,22,103). Sum of RGB (Red+Green+Blue) = 94+22+103=219 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.92% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E1667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1667 is #A1E998. Grayscale: #343434. Windows color (decimal): -10611097 or 6755934. OLE color: 6755934.
HSL color Cylindrical-coordinate representation of color #5E1667: hue angle of 293.33º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E1667 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 22 | 103 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.60 |
| HSL | 293.33º | 0.65% | 0.25% | - |
| HSV(B) | 293.33º | 0.79% | 0.4% | - |
| XYZ | 7.35 | 3.93 | 13.2 | - |
| YUV | 52.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 103 | 0.09 | 0.79 | 0 | 0.60 | 293.33 | 0.65 | 0.25 |
| Hex | 5E | 16 | 67 | 9 | 4F | 0 | 3C | 125 | 41 | 19 |
| Octal | 136 | 26 | 147 | 11 | 117 | 0 | 74 | 445 | 101 | 31 |
| Binary | 1011110 | 10110 | 1100111 | 1001 | 1001111 | 0 | 111100 | 100100101 | 1000001 | 11001 |
Color Harmonies of #5E1667
Complementary color
Monochromatic Colors of #5E1667
Black with #5E1667
Text Example
Text Example
White with #5E1667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1667; }
p { color: rgb(94,22,103); }
H1.HeaderClassName
{
color: #5E1667;
}
.AnyTagClassName
{
color: #5E1667;
}
</style>
background-color css
<style>
a { background-color: #5E1667; }
a { background-color: rgb(94,22,103); }
div.DivClassName
{
background-color: #5E1667;
}
.BgClassName
{
background-color: #5E1667;
}
</style>
border-color css
<style>
span { border-color: #5E1667; }
span { border-color: rgb(94,22,103); }
td.TdClassName
{
border-color: #5E1667;
}
.TagClassName
{
border-color: #5E1667;
}
</style>