Shades of Palatinate Purple #5E095A
Tints of Palatinate Purple #5E095A
RGB
CMYK
RGB Variations
Color information
#5E095A (or 0x5E095A) is known color: Palatinate Purple. HEX triplet: 5E, 09 and 5A. RGB value is (94,9,90). Sum of RGB (Red+Green+Blue) = 94+9+90=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E095A is #A1F6A5. Grayscale: #2B2B2B. Windows color (decimal): -10614438 or 5900638. OLE color: 5900638.
HSL color Cylindrical-coordinate representation of color #5E095A: hue angle of 302.82º 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 #5E095A is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 9 | 90 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.63 |
| HSL | 302.82º | 0.83% | 0.2% | - |
| HSV(B) | 302.82º | 0.9% | 0.37% | - |
| XYZ | 6.56 | 3.31 | 9.97 | - |
| YUV | 43.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 90 | 0 | 0.90 | 0.04 | 0.63 | 302.82 | 0.83 | 0.2 |
| Hex | 5E | 9 | 5A | 0 | 5A | 4 | 3F | 12F | 53 | 14 |
| Octal | 136 | 11 | 132 | 0 | 132 | 4 | 77 | 457 | 123 | 24 |
| Binary | 1011110 | 1001 | 1011010 | 0 | 1011010 | 100 | 111111 | 100101111 | 1010011 | 10100 |
Color Harmonies of #5E095A
Complementary color
Monochromatic Colors of #5E095A
Black with #5E095A
Text Example
Text Example
White with #5E095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E095A; }
p { color: rgb(94,9,90); }
H1.HeaderClassName
{
color: #5E095A;
}
.AnyTagClassName
{
color: #5E095A;
}
</style>
background-color css
<style>
a { background-color: #5E095A; }
a { background-color: rgb(94,9,90); }
div.DivClassName
{
background-color: #5E095A;
}
.BgClassName
{
background-color: #5E095A;
}
</style>
border-color css
<style>
span { border-color: #5E095A; }
span { border-color: rgb(94,9,90); }
td.TdClassName
{
border-color: #5E095A;
}
.TagClassName
{
border-color: #5E095A;
}
</style>