Shades of Palatinate Purple #5F315D
Tints of Palatinate Purple #5F315D
RGB
CMYK
RGB Variations
Color information
#5F315D (or 0x5F315D) is known color: Palatinate Purple. HEX triplet: 5F, 31 and 5D. RGB value is (95,49,93). Sum of RGB (Red+Green+Blue) = 95+49+93=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 95 - color contains mainly: red. Hex color #5F315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F315D is #A0CEA2. Grayscale: #434343. Windows color (decimal): -10538659 or 6107487. OLE color: 6107487.
HSL color Cylindrical-coordinate representation of color #5F315D: hue angle of 302.61º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F315D is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 49 | 93 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.63 |
| HSL | 302.61º | 0.32% | 0.28% | - |
| HSV(B) | 302.61º | 0.48% | 0.37% | - |
| XYZ | 7.79 | 5.42 | 10.99 | - |
| YUV | 67.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 49 | 93 | 0 | 0.48 | 0.02 | 0.63 | 302.61 | 0.32 | 0.28 |
| Hex | 5F | 31 | 5D | 0 | 30 | 2 | 3F | 12F | 20 | 1C |
| Octal | 137 | 61 | 135 | 0 | 60 | 2 | 77 | 457 | 40 | 34 |
| Binary | 1011111 | 110001 | 1011101 | 0 | 110000 | 10 | 111111 | 100101111 | 100000 | 11100 |
Color Harmonies of #5F315D
Complementary color
Monochromatic Colors of #5F315D
Black with #5F315D
Text Example
Text Example
White with #5F315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F315D; }
p { color: rgb(95,49,93); }
H1.HeaderClassName
{
color: #5F315D;
}
.AnyTagClassName
{
color: #5F315D;
}
</style>
background-color css
<style>
a { background-color: #5F315D; }
a { background-color: rgb(95,49,93); }
div.DivClassName
{
background-color: #5F315D;
}
.BgClassName
{
background-color: #5F315D;
}
</style>
border-color css
<style>
span { border-color: #5F315D; }
span { border-color: rgb(95,49,93); }
td.TdClassName
{
border-color: #5F315D;
}
.TagClassName
{
border-color: #5F315D;
}
</style>