Shades of Palatinate Purple #5E175C
Tints of Palatinate Purple #5E175C
RGB
CMYK
RGB Variations
Color information
#5E175C (or 0x5E175C) is known color: Palatinate Purple. HEX triplet: 5E, 17 and 5C. RGB value is (94,23,92). Sum of RGB (Red+Green+Blue) = 94+23+92=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 94 - color contains mainly: red. Hex color #5E175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E175C is #A1E8A3. Grayscale: #333333. Windows color (decimal): -10610852 or 6035294. OLE color: 6035294.
HSL color Cylindrical-coordinate representation of color #5E175C: hue angle of 301.69º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E175C is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 23 | 92 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.63 |
| HSL | 301.69º | 0.61% | 0.23% | - |
| HSV(B) | 301.69º | 0.76% | 0.37% | - |
| XYZ | 6.85 | 3.77 | 10.49 | - |
| YUV | 52.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 92 | 0 | 0.76 | 0.02 | 0.63 | 301.69 | 0.61 | 0.23 |
| Hex | 5E | 17 | 5C | 0 | 4C | 2 | 3F | 12E | 3D | 17 |
| Octal | 136 | 27 | 134 | 0 | 114 | 2 | 77 | 456 | 75 | 27 |
| Binary | 1011110 | 10111 | 1011100 | 0 | 1001100 | 10 | 111111 | 100101110 | 111101 | 10111 |
Color Harmonies of #5E175C
Complementary color
Monochromatic Colors of #5E175C
Black with #5E175C
Text Example
Text Example
White with #5E175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E175C; }
p { color: rgb(94,23,92); }
H1.HeaderClassName
{
color: #5E175C;
}
.AnyTagClassName
{
color: #5E175C;
}
</style>
background-color css
<style>
a { background-color: #5E175C; }
a { background-color: rgb(94,23,92); }
div.DivClassName
{
background-color: #5E175C;
}
.BgClassName
{
background-color: #5E175C;
}
</style>
border-color css
<style>
span { border-color: #5E175C; }
span { border-color: rgb(94,23,92); }
td.TdClassName
{
border-color: #5E175C;
}
.TagClassName
{
border-color: #5E175C;
}
</style>