Shades of Palatinate Purple #5F3253
Tints of Palatinate Purple #5F3253
RGB
CMYK
RGB Variations
Color information
#5F3253 (or 0x5F3253) is known color: Palatinate Purple. HEX triplet: 5F, 32 and 53. RGB value is (95,50,83). Sum of RGB (Red+Green+Blue) = 95+50+83=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3253 is #A0CDAC. Grayscale: #434343. Windows color (decimal): -10538413 or 5452383. OLE color: 5452383.
HSL color Cylindrical-coordinate representation of color #5F3253: hue angle of 316º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F3253 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 50 | 83 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.63 |
| HSL | 316º | 0.31% | 0.28% | - |
| HSV(B) | 316º | 0.47% | 0.37% | - |
| XYZ | 7.42 | 5.34 | 8.82 | - |
| YUV | 67.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 50 | 83 | 0 | 0.47 | 0.13 | 0.63 | 316 | 0.31 | 0.28 |
| Hex | 5F | 32 | 53 | 0 | 2F | D | 3F | 13C | 1F | 1C |
| Octal | 137 | 62 | 123 | 0 | 57 | 15 | 77 | 474 | 37 | 34 |
| Binary | 1011111 | 110010 | 1010011 | 0 | 101111 | 1101 | 111111 | 100111100 | 11111 | 11100 |
Color Harmonies of #5F3253
Complementary color
Monochromatic Colors of #5F3253
Black with #5F3253
Text Example
Text Example
White with #5F3253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3253; }
p { color: rgb(95,50,83); }
H1.HeaderClassName
{
color: #5F3253;
}
.AnyTagClassName
{
color: #5F3253;
}
</style>
background-color css
<style>
a { background-color: #5F3253; }
a { background-color: rgb(95,50,83); }
div.DivClassName
{
background-color: #5F3253;
}
.BgClassName
{
background-color: #5F3253;
}
</style>
border-color css
<style>
span { border-color: #5F3253; }
span { border-color: rgb(95,50,83); }
td.TdClassName
{
border-color: #5F3253;
}
.TagClassName
{
border-color: #5F3253;
}
</style>