Shades of Palatinate Purple #5E0967
Tints of Palatinate Purple #5E0967
RGB
CMYK
RGB Variations
Color information
#5E0967 (or 0x5E0967) is known color: Palatinate Purple. HEX triplet: 5E, 09 and 67. RGB value is (94,9,103). Sum of RGB (Red+Green+Blue) = 94+9+103=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E0967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0967 is #A1F698. Grayscale: #2C2C2C. Windows color (decimal): -10614425 or 6752606. OLE color: 6752606.
HSL color Cylindrical-coordinate representation of color #5E0967: hue angle of 294.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E0967 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 9 | 103 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.60 |
| HSL | 294.26º | 0.84% | 0.22% | - |
| HSV(B) | 294.26º | 0.91% | 0.4% | - |
| XYZ | 7.16 | 3.55 | 13.14 | - |
| YUV | 45.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 103 | 0.09 | 0.91 | 0 | 0.60 | 294.26 | 0.84 | 0.22 |
| Hex | 5E | 9 | 67 | 9 | 5B | 0 | 3C | 126 | 54 | 16 |
| Octal | 136 | 11 | 147 | 11 | 133 | 0 | 74 | 446 | 124 | 26 |
| Binary | 1011110 | 1001 | 1100111 | 1001 | 1011011 | 0 | 111100 | 100100110 | 1010100 | 10110 |
Color Harmonies of #5E0967
Complementary color
Monochromatic Colors of #5E0967
Black with #5E0967
Text Example
Text Example
White with #5E0967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0967; }
p { color: rgb(94,9,103); }
H1.HeaderClassName
{
color: #5E0967;
}
.AnyTagClassName
{
color: #5E0967;
}
</style>
background-color css
<style>
a { background-color: #5E0967; }
a { background-color: rgb(94,9,103); }
div.DivClassName
{
background-color: #5E0967;
}
.BgClassName
{
background-color: #5E0967;
}
</style>
border-color css
<style>
span { border-color: #5E0967; }
span { border-color: rgb(94,9,103); }
td.TdClassName
{
border-color: #5E0967;
}
.TagClassName
{
border-color: #5E0967;
}
</style>