Shades of Palatinate Purple #5C055E
Tints of Palatinate Purple #5C055E
RGB
CMYK
RGB Variations
Color information
#5C055E (or 0x5C055E) is known color: Palatinate Purple. HEX triplet: 5C, 05 and 5E. RGB value is (92,5,94). Sum of RGB (Red+Green+Blue) = 92+5+94=191 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.17% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #5C055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C055E is #A3FAA1. Grayscale: #282828. Windows color (decimal): -10746530 or 6161756. OLE color: 6161756.
HSL color Cylindrical-coordinate representation of color #5C055E: hue angle of 298.65º 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 #5C055E is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 5 | 94 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.63 |
| HSL | 298.65º | 0.9% | 0.19% | - |
| HSV(B) | 298.65º | 0.95% | 0.37% | - |
| XYZ | 6.49 | 3.19 | 10.86 | - |
| YUV | 41.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 94 | 0.02 | 0.95 | 0 | 0.63 | 298.65 | 0.9 | 0.19 |
| Hex | 5C | 5 | 5E | 2 | 5F | 0 | 3F | 12B | 5A | 13 |
| Octal | 134 | 5 | 136 | 2 | 137 | 0 | 77 | 453 | 132 | 23 |
| Binary | 1011100 | 101 | 1011110 | 10 | 1011111 | 0 | 111111 | 100101011 | 1011010 | 10011 |
Color Harmonies of #5C055E
Complementary color
Monochromatic Colors of #5C055E
Black with #5C055E
Text Example
Text Example
White with #5C055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C055E; }
p { color: rgb(92,5,94); }
H1.HeaderClassName
{
color: #5C055E;
}
.AnyTagClassName
{
color: #5C055E;
}
</style>
background-color css
<style>
a { background-color: #5C055E; }
a { background-color: rgb(92,5,94); }
div.DivClassName
{
background-color: #5C055E;
}
.BgClassName
{
background-color: #5C055E;
}
</style>
border-color css
<style>
span { border-color: #5C055E; }
span { border-color: rgb(92,5,94); }
td.TdClassName
{
border-color: #5C055E;
}
.TagClassName
{
border-color: #5C055E;
}
</style>