Shades of Palatinate Purple #5D155E
Tints of Palatinate Purple #5D155E
RGB
CMYK
RGB Variations
Color information
#5D155E (or 0x5D155E) is known color: Palatinate Purple. HEX triplet: 5D, 15 and 5E. RGB value is (93,21,94). Sum of RGB (Red+Green+Blue) = 93+21+94=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #5D155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D155E is #A2EAA1. Grayscale: #323232. Windows color (decimal): -10676898 or 6165853. OLE color: 6165853.
HSL color Cylindrical-coordinate representation of color #5D155E: hue angle of 299.18º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D155E is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 93 | 21 | 94 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.63 |
| HSL | 299.18º | 0.63% | 0.23% | - |
| HSV(B) | 299.18º | 0.78% | 0.37% | - |
| XYZ | 6.8 | 3.67 | 10.94 | - |
| YUV | 50.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 94 | 0.01 | 0.78 | 0 | 0.63 | 299.18 | 0.63 | 0.23 |
| Hex | 5D | 15 | 5E | 1 | 4E | 0 | 3F | 12B | 3F | 17 |
| Octal | 135 | 25 | 136 | 1 | 116 | 0 | 77 | 453 | 77 | 27 |
| Binary | 1011101 | 10101 | 1011110 | 1 | 1001110 | 0 | 111111 | 100101011 | 111111 | 10111 |
Color Harmonies of #5D155E
Complementary color
Monochromatic Colors of #5D155E
Black with #5D155E
Text Example
Text Example
White with #5D155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D155E; }
p { color: rgb(93,21,94); }
H1.HeaderClassName
{
color: #5D155E;
}
.AnyTagClassName
{
color: #5D155E;
}
</style>
background-color css
<style>
a { background-color: #5D155E; }
a { background-color: rgb(93,21,94); }
div.DivClassName
{
background-color: #5D155E;
}
.BgClassName
{
background-color: #5D155E;
}
</style>
border-color css
<style>
span { border-color: #5D155E; }
span { border-color: rgb(93,21,94); }
td.TdClassName
{
border-color: #5D155E;
}
.TagClassName
{
border-color: #5D155E;
}
</style>