Shades of Palatinate Purple #5E005C
Tints of Palatinate Purple #5E005C
RGB
CMYK
RGB Variations
Color information
#5E005C (or 0x5E005C) is known color: Palatinate Purple. HEX triplet: 5E, 00 and 5C. RGB value is (94,0,92). Sum of RGB (Red+Green+Blue) = 94+0+92=186 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.54% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 94 - color contains mainly: red. Hex color #5E005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E005C is #A1FFA3. Grayscale: #262626. Windows color (decimal): -10616740 or 6029406. OLE color: 6029406.
HSL color Cylindrical-coordinate representation of color #5E005C: hue angle of 301.28º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E005C is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.02 | 0.63 |
| HSL | 301.28º | 1% | 0.18% | - |
| HSV(B) | 301.28º | 1% | 0.37% | - |
| XYZ | 6.55 | 3.15 | 10.39 | - |
| YUV | 38.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 92 | 0 | 1 | 0.02 | 0.63 | 301.28 | 1 | 0.18 |
| Hex | 5E | 0 | 5C | 0 | 64 | 2 | 3F | 12D | 64 | 12 |
| Octal | 136 | 0 | 134 | 0 | 144 | 2 | 77 | 455 | 144 | 22 |
| Binary | 1011110 | 0 | 1011100 | 0 | 1100100 | 10 | 111111 | 100101101 | 1100100 | 10010 |
Color Harmonies of #5E005C
Complementary color
Monochromatic Colors of #5E005C
Black with #5E005C
Text Example
Text Example
White with #5E005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E005C; }
p { color: rgb(94,0,92); }
H1.HeaderClassName
{
color: #5E005C;
}
.AnyTagClassName
{
color: #5E005C;
}
</style>
background-color css
<style>
a { background-color: #5E005C; }
a { background-color: rgb(94,0,92); }
div.DivClassName
{
background-color: #5E005C;
}
.BgClassName
{
background-color: #5E005C;
}
</style>
border-color css
<style>
span { border-color: #5E005C; }
span { border-color: rgb(94,0,92); }
td.TdClassName
{
border-color: #5E005C;
}
.TagClassName
{
border-color: #5E005C;
}
</style>