Shades of Palatinate Purple #5D395B
Tints of Palatinate Purple #5D395B
RGB
CMYK
RGB Variations
Color information
#5D395B (or 0x5D395B) is known color: Palatinate Purple. HEX triplet: 5D, 39 and 5B. RGB value is (93,57,91). Sum of RGB (Red+Green+Blue) = 93+57+91=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 93 - color contains mainly: red. Hex color #5D395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D395B is #A2C6A4. Grayscale: #474747. Windows color (decimal): -10667685 or 5978461. OLE color: 5978461.
HSL color Cylindrical-coordinate representation of color #5D395B: hue angle of 303.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D395B is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 57 | 91 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.64 |
| HSL | 303.33º | 0.24% | 0.29% | - |
| HSV(B) | 303.33º | 0.39% | 0.36% | - |
| XYZ | 7.87 | 6.01 | 10.64 | - |
| YUV | 71.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 57 | 91 | 0 | 0.39 | 0.02 | 0.64 | 303.33 | 0.24 | 0.29 |
| Hex | 5D | 39 | 5B | 0 | 27 | 2 | 40 | 12F | 18 | 1D |
| Octal | 135 | 71 | 133 | 0 | 47 | 2 | 100 | 457 | 30 | 35 |
| Binary | 1011101 | 111001 | 1011011 | 0 | 100111 | 10 | 1000000 | 100101111 | 11000 | 11101 |
Color Harmonies of #5D395B
Complementary color
Monochromatic Colors of #5D395B
Black with #5D395B
Text Example
Text Example
White with #5D395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D395B; }
p { color: rgb(93,57,91); }
H1.HeaderClassName
{
color: #5D395B;
}
.AnyTagClassName
{
color: #5D395B;
}
</style>
background-color css
<style>
a { background-color: #5D395B; }
a { background-color: rgb(93,57,91); }
div.DivClassName
{
background-color: #5D395B;
}
.BgClassName
{
background-color: #5D395B;
}
</style>
border-color css
<style>
span { border-color: #5D395B; }
span { border-color: rgb(93,57,91); }
td.TdClassName
{
border-color: #5D395B;
}
.TagClassName
{
border-color: #5D395B;
}
</style>