Shades of Palatinate Purple #5E095B
Tints of Palatinate Purple #5E095B
RGB
CMYK
RGB Variations
Color information
#5E095B (or 0x5E095B) is known color: Palatinate Purple. HEX triplet: 5E, 09 and 5B. RGB value is (94,9,91). Sum of RGB (Red+Green+Blue) = 94+9+91=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 94 - color contains mainly: red. Hex color #5E095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E095B is #A1F6A4. Grayscale: #2B2B2B. Windows color (decimal): -10614437 or 5966174. OLE color: 5966174.
HSL color Cylindrical-coordinate representation of color #5E095B: hue angle of 302.12º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E095B is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 9 | 91 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.63 |
| HSL | 302.12º | 0.83% | 0.2% | - |
| HSV(B) | 302.12º | 0.9% | 0.37% | - |
| XYZ | 6.6 | 3.33 | 10.19 | - |
| YUV | 43.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 91 | 0 | 0.90 | 0.03 | 0.63 | 302.12 | 0.83 | 0.2 |
| Hex | 5E | 9 | 5B | 0 | 5A | 3 | 3F | 12E | 53 | 14 |
| Octal | 136 | 11 | 133 | 0 | 132 | 3 | 77 | 456 | 123 | 24 |
| Binary | 1011110 | 1001 | 1011011 | 0 | 1011010 | 11 | 111111 | 100101110 | 1010011 | 10100 |
Color Harmonies of #5E095B
Complementary color
Monochromatic Colors of #5E095B
Black with #5E095B
Text Example
Text Example
White with #5E095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E095B; }
p { color: rgb(94,9,91); }
H1.HeaderClassName
{
color: #5E095B;
}
.AnyTagClassName
{
color: #5E095B;
}
</style>
background-color css
<style>
a { background-color: #5E095B; }
a { background-color: rgb(94,9,91); }
div.DivClassName
{
background-color: #5E095B;
}
.BgClassName
{
background-color: #5E095B;
}
</style>
border-color css
<style>
span { border-color: #5E095B; }
span { border-color: rgb(94,9,91); }
td.TdClassName
{
border-color: #5E095B;
}
.TagClassName
{
border-color: #5E095B;
}
</style>