Shades of Palatinate Purple #5D315C
Tints of Palatinate Purple #5D315C
RGB
CMYK
RGB Variations
Color information
#5D315C (or 0x5D315C) is known color: Palatinate Purple. HEX triplet: 5D, 31 and 5C. RGB value is (93,49,92). Sum of RGB (Red+Green+Blue) = 93+49+92=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 93 - color contains mainly: red. Hex color #5D315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D315C is #A2CEA3. Grayscale: #424242. Windows color (decimal): -10669732 or 6041949. OLE color: 6041949.
HSL color Cylindrical-coordinate representation of color #5D315C: hue angle of 301.36º 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 #5D315C is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 49 | 92 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.64 |
| HSL | 301.36º | 0.31% | 0.28% | - |
| HSV(B) | 301.36º | 0.47% | 0.36% | - |
| XYZ | 7.54 | 5.3 | 10.75 | - |
| YUV | 67.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 49 | 92 | 0 | 0.47 | 0.01 | 0.64 | 301.36 | 0.31 | 0.28 |
| Hex | 5D | 31 | 5C | 0 | 2F | 1 | 40 | 12D | 1F | 1C |
| Octal | 135 | 61 | 134 | 0 | 57 | 1 | 100 | 455 | 37 | 34 |
| Binary | 1011101 | 110001 | 1011100 | 0 | 101111 | 1 | 1000000 | 100101101 | 11111 | 11100 |
Color Harmonies of #5D315C
Complementary color
Monochromatic Colors of #5D315C
Black with #5D315C
Text Example
Text Example
White with #5D315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D315C; }
p { color: rgb(93,49,92); }
H1.HeaderClassName
{
color: #5D315C;
}
.AnyTagClassName
{
color: #5D315C;
}
</style>
background-color css
<style>
a { background-color: #5D315C; }
a { background-color: rgb(93,49,92); }
div.DivClassName
{
background-color: #5D315C;
}
.BgClassName
{
background-color: #5D315C;
}
</style>
border-color css
<style>
span { border-color: #5D315C; }
span { border-color: rgb(93,49,92); }
td.TdClassName
{
border-color: #5D315C;
}
.TagClassName
{
border-color: #5D315C;
}
</style>