Shades of Palatinate Purple #5D3158
Tints of Palatinate Purple #5D3158
RGB
CMYK
RGB Variations
Color information
#5D3158 (or 0x5D3158) is known color: Palatinate Purple. HEX triplet: 5D, 31 and 58. RGB value is (93,49,88). Sum of RGB (Red+Green+Blue) = 93+49+88=230 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.43% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3158 is #A2CEA7. Grayscale: #424242. Windows color (decimal): -10669736 or 5779805. OLE color: 5779805.
HSL color Cylindrical-coordinate representation of color #5D3158: hue angle of 306.82º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D3158 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 49 | 88 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.64 |
| HSL | 306.82º | 0.31% | 0.28% | - |
| HSV(B) | 306.82º | 0.47% | 0.36% | - |
| XYZ | 7.37 | 5.23 | 9.85 | - |
| YUV | 66.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 49 | 88 | 0 | 0.47 | 0.05 | 0.64 | 306.82 | 0.31 | 0.28 |
| Hex | 5D | 31 | 58 | 0 | 2F | 5 | 40 | 133 | 1F | 1C |
| Octal | 135 | 61 | 130 | 0 | 57 | 5 | 100 | 463 | 37 | 34 |
| Binary | 1011101 | 110001 | 1011000 | 0 | 101111 | 101 | 1000000 | 100110011 | 11111 | 11100 |
Color Harmonies of #5D3158
Complementary color
Monochromatic Colors of #5D3158
Black with #5D3158
Text Example
Text Example
White with #5D3158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3158; }
p { color: rgb(93,49,88); }
H1.HeaderClassName
{
color: #5D3158;
}
.AnyTagClassName
{
color: #5D3158;
}
</style>
background-color css
<style>
a { background-color: #5D3158; }
a { background-color: rgb(93,49,88); }
div.DivClassName
{
background-color: #5D3158;
}
.BgClassName
{
background-color: #5D3158;
}
</style>
border-color css
<style>
span { border-color: #5D3158; }
span { border-color: rgb(93,49,88); }
td.TdClassName
{
border-color: #5D3158;
}
.TagClassName
{
border-color: #5D3158;
}
</style>