Shades of Palatinate Purple #5D155F
Tints of Palatinate Purple #5D155F
RGB
CMYK
RGB Variations
Color information
#5D155F (or 0x5D155F) is known color: Palatinate Purple. HEX triplet: 5D, 15 and 5F. RGB value is (93,21,95). Sum of RGB (Red+Green+Blue) = 93+21+95=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #5D155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D155F is #A2EAA0. Grayscale: #323232. Windows color (decimal): -10676897 or 6231389. OLE color: 6231389.
HSL color Cylindrical-coordinate representation of color #5D155F: hue angle of 298.38º degrees, saturation: 0.64, 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 #5D155F is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 93 | 21 | 95 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.63 |
| HSL | 298.38º | 0.64% | 0.23% | - |
| HSV(B) | 298.38º | 0.78% | 0.37% | - |
| XYZ | 6.85 | 3.69 | 11.18 | - |
| YUV | 50.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 95 | 0.02 | 0.78 | 0 | 0.63 | 298.38 | 0.64 | 0.23 |
| Hex | 5D | 15 | 5F | 2 | 4E | 0 | 3F | 12A | 40 | 17 |
| Octal | 135 | 25 | 137 | 2 | 116 | 0 | 77 | 452 | 100 | 27 |
| Binary | 1011101 | 10101 | 1011111 | 10 | 1001110 | 0 | 111111 | 100101010 | 1000000 | 10111 |
Color Harmonies of #5D155F
Complementary color
Monochromatic Colors of #5D155F
Black with #5D155F
Text Example
Text Example
White with #5D155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D155F; }
p { color: rgb(93,21,95); }
H1.HeaderClassName
{
color: #5D155F;
}
.AnyTagClassName
{
color: #5D155F;
}
</style>
background-color css
<style>
a { background-color: #5D155F; }
a { background-color: rgb(93,21,95); }
div.DivClassName
{
background-color: #5D155F;
}
.BgClassName
{
background-color: #5D155F;
}
</style>
border-color css
<style>
span { border-color: #5D155F; }
span { border-color: rgb(93,21,95); }
td.TdClassName
{
border-color: #5D155F;
}
.TagClassName
{
border-color: #5D155F;
}
</style>