Shades of Palatinate Purple #5E145C
Tints of Palatinate Purple #5E145C
RGB
CMYK
RGB Variations
Color information
#5E145C (or 0x5E145C) is known color: Palatinate Purple. HEX triplet: 5E, 14 and 5C. RGB value is (94,20,92). Sum of RGB (Red+Green+Blue) = 94+20+92=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E145C is #A1EBA3. Grayscale: #323232. Windows color (decimal): -10611620 or 6034526. OLE color: 6034526.
HSL color Cylindrical-coordinate representation of color #5E145C: hue angle of 301.62º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E145C is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 20 | 92 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.63 |
| HSL | 301.62º | 0.65% | 0.22% | - |
| HSV(B) | 301.62º | 0.79% | 0.37% | - |
| XYZ | 6.8 | 3.65 | 10.47 | - |
| YUV | 50.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 92 | 0 | 0.79 | 0.02 | 0.63 | 301.62 | 0.65 | 0.22 |
| Hex | 5E | 14 | 5C | 0 | 4F | 2 | 3F | 12E | 41 | 16 |
| Octal | 136 | 24 | 134 | 0 | 117 | 2 | 77 | 456 | 101 | 26 |
| Binary | 1011110 | 10100 | 1011100 | 0 | 1001111 | 10 | 111111 | 100101110 | 1000001 | 10110 |
Color Harmonies of #5E145C
Complementary color
Monochromatic Colors of #5E145C
Black with #5E145C
Text Example
Text Example
White with #5E145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E145C; }
p { color: rgb(94,20,92); }
H1.HeaderClassName
{
color: #5E145C;
}
.AnyTagClassName
{
color: #5E145C;
}
</style>
background-color css
<style>
a { background-color: #5E145C; }
a { background-color: rgb(94,20,92); }
div.DivClassName
{
background-color: #5E145C;
}
.BgClassName
{
background-color: #5E145C;
}
</style>
border-color css
<style>
span { border-color: #5E145C; }
span { border-color: rgb(94,20,92); }
td.TdClassName
{
border-color: #5E145C;
}
.TagClassName
{
border-color: #5E145C;
}
</style>