Shades of Palatinate Purple #5E1567
Tints of Palatinate Purple #5E1567
RGB
CMYK
RGB Variations
Color information
#5E1567 (or 0x5E1567) is known color: Palatinate Purple. HEX triplet: 5E, 15 and 67. RGB value is (94,21,103). Sum of RGB (Red+Green+Blue) = 94+21+103=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E1567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1567 is #A1EA98. Grayscale: #333333. Windows color (decimal): -10611353 or 6755678. OLE color: 6755678.
HSL color Cylindrical-coordinate representation of color #5E1567: hue angle of 293.41º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E1567 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 21 | 103 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.60 |
| HSL | 293.41º | 0.66% | 0.24% | - |
| HSV(B) | 293.41º | 0.8% | 0.4% | - |
| XYZ | 7.33 | 3.9 | 13.2 | - |
| YUV | 52.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 103 | 0.09 | 0.80 | 0 | 0.60 | 293.41 | 0.66 | 0.24 |
| Hex | 5E | 15 | 67 | 9 | 50 | 0 | 3C | 125 | 42 | 18 |
| Octal | 136 | 25 | 147 | 11 | 120 | 0 | 74 | 445 | 102 | 30 |
| Binary | 1011110 | 10101 | 1100111 | 1001 | 1010000 | 0 | 111100 | 100100101 | 1000010 | 11000 |
Color Harmonies of #5E1567
Complementary color
Monochromatic Colors of #5E1567
Black with #5E1567
Text Example
Text Example
White with #5E1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1567; }
p { color: rgb(94,21,103); }
H1.HeaderClassName
{
color: #5E1567;
}
.AnyTagClassName
{
color: #5E1567;
}
</style>
background-color css
<style>
a { background-color: #5E1567; }
a { background-color: rgb(94,21,103); }
div.DivClassName
{
background-color: #5E1567;
}
.BgClassName
{
background-color: #5E1567;
}
</style>
border-color css
<style>
span { border-color: #5E1567; }
span { border-color: rgb(94,21,103); }
td.TdClassName
{
border-color: #5E1567;
}
.TagClassName
{
border-color: #5E1567;
}
</style>