Shades of Palatinate Purple #5E1068
Tints of Palatinate Purple #5E1068
RGB
CMYK
RGB Variations
Color information
#5E1068 (or 0x5E1068) is known color: Palatinate Purple. HEX triplet: 5E, 10 and 68. RGB value is (94,16,104). Sum of RGB (Red+Green+Blue) = 94+16+104=214 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.93% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #5E1068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1068 is #A1EF97. Grayscale: #313131. Windows color (decimal): -10612632 or 6819934. OLE color: 6819934.
HSL color Cylindrical-coordinate representation of color #5E1068: hue angle of 293.18º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E1068 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 16 | 104 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.59 |
| HSL | 293.18º | 0.73% | 0.24% | - |
| HSV(B) | 293.18º | 0.85% | 0.41% | - |
| XYZ | 7.3 | 3.75 | 13.44 | - |
| YUV | 49.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 104 | 0.10 | 0.85 | 0 | 0.59 | 293.18 | 0.73 | 0.24 |
| Hex | 5E | 10 | 68 | A | 55 | 0 | 3B | 125 | 49 | 18 |
| Octal | 136 | 20 | 150 | 12 | 125 | 0 | 73 | 445 | 111 | 30 |
| Binary | 1011110 | 10000 | 1101000 | 1010 | 1010101 | 0 | 111011 | 100100101 | 1001001 | 11000 |
Color Harmonies of #5E1068
Complementary color
Monochromatic Colors of #5E1068
Black with #5E1068
Text Example
Text Example
White with #5E1068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1068; }
p { color: rgb(94,16,104); }
H1.HeaderClassName
{
color: #5E1068;
}
.AnyTagClassName
{
color: #5E1068;
}
</style>
background-color css
<style>
a { background-color: #5E1068; }
a { background-color: rgb(94,16,104); }
div.DivClassName
{
background-color: #5E1068;
}
.BgClassName
{
background-color: #5E1068;
}
</style>
border-color css
<style>
span { border-color: #5E1068; }
span { border-color: rgb(94,16,104); }
td.TdClassName
{
border-color: #5E1068;
}
.TagClassName
{
border-color: #5E1068;
}
</style>