Shades of Palatinate Purple #5E055C
Tints of Palatinate Purple #5E055C
RGB
CMYK
RGB Variations
Color information
#5E055C (or 0x5E055C) is known color: Palatinate Purple. HEX triplet: 5E, 05 and 5C. RGB value is (94,5,92). Sum of RGB (Red+Green+Blue) = 94+5+92=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E055C is #A1FAA3. Grayscale: #292929. Windows color (decimal): -10615460 or 6030686. OLE color: 6030686.
HSL color Cylindrical-coordinate representation of color #5E055C: hue angle of 301.35º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E055C is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 5 | 92 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.63 |
| HSL | 301.35º | 0.9% | 0.19% | - |
| HSV(B) | 301.35º | 0.95% | 0.37% | - |
| XYZ | 6.6 | 3.26 | 10.41 | - |
| YUV | 41.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 92 | 0 | 0.95 | 0.02 | 0.63 | 301.35 | 0.9 | 0.19 |
| Hex | 5E | 5 | 5C | 0 | 5F | 2 | 3F | 12D | 5A | 13 |
| Octal | 136 | 5 | 134 | 0 | 137 | 2 | 77 | 455 | 132 | 23 |
| Binary | 1011110 | 101 | 1011100 | 0 | 1011111 | 10 | 111111 | 100101101 | 1011010 | 10011 |
Color Harmonies of #5E055C
Complementary color
Monochromatic Colors of #5E055C
Black with #5E055C
Text Example
Text Example
White with #5E055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E055C; }
p { color: rgb(94,5,92); }
H1.HeaderClassName
{
color: #5E055C;
}
.AnyTagClassName
{
color: #5E055C;
}
</style>
background-color css
<style>
a { background-color: #5E055C; }
a { background-color: rgb(94,5,92); }
div.DivClassName
{
background-color: #5E055C;
}
.BgClassName
{
background-color: #5E055C;
}
</style>
border-color css
<style>
span { border-color: #5E055C; }
span { border-color: rgb(94,5,92); }
td.TdClassName
{
border-color: #5E055C;
}
.TagClassName
{
border-color: #5E055C;
}
</style>