Shades of Palatinate Purple #5E0867
Tints of Palatinate Purple #5E0867
RGB
CMYK
RGB Variations
Color information
#5E0867 (or 0x5E0867) is known color: Palatinate Purple. HEX triplet: 5E, 08 and 67. RGB value is (94,8,103). Sum of RGB (Red+Green+Blue) = 94+8+103=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E0867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0867 is #A1F798. Grayscale: #2C2C2C. Windows color (decimal): -10614681 or 6752350. OLE color: 6752350.
HSL color Cylindrical-coordinate representation of color #5E0867: hue angle of 294.32º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E0867 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 8 | 103 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.60 |
| HSL | 294.32º | 0.86% | 0.22% | - |
| HSV(B) | 294.32º | 0.92% | 0.4% | - |
| XYZ | 7.15 | 3.53 | 13.14 | - |
| YUV | 44.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 103 | 0.09 | 0.92 | 0 | 0.60 | 294.32 | 0.86 | 0.22 |
| Hex | 5E | 8 | 67 | 9 | 5C | 0 | 3C | 126 | 56 | 16 |
| Octal | 136 | 10 | 147 | 11 | 134 | 0 | 74 | 446 | 126 | 26 |
| Binary | 1011110 | 1000 | 1100111 | 1001 | 1011100 | 0 | 111100 | 100100110 | 1010110 | 10110 |
Color Harmonies of #5E0867
Complementary color
Monochromatic Colors of #5E0867
Black with #5E0867
Text Example
Text Example
White with #5E0867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0867; }
p { color: rgb(94,8,103); }
H1.HeaderClassName
{
color: #5E0867;
}
.AnyTagClassName
{
color: #5E0867;
}
</style>
background-color css
<style>
a { background-color: #5E0867; }
a { background-color: rgb(94,8,103); }
div.DivClassName
{
background-color: #5E0867;
}
.BgClassName
{
background-color: #5E0867;
}
</style>
border-color css
<style>
span { border-color: #5E0867; }
span { border-color: rgb(94,8,103); }
td.TdClassName
{
border-color: #5E0867;
}
.TagClassName
{
border-color: #5E0867;
}
</style>