Shades of Palatinate Purple #5F3355
Tints of Palatinate Purple #5F3355
RGB
CMYK
RGB Variations
Color information
#5F3355 (or 0x5F3355) is known color: Palatinate Purple. HEX triplet: 5F, 33 and 55. RGB value is (95,51,85). Sum of RGB (Red+Green+Blue) = 95+51+85=231 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.13% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3355 is #A0CCAA. Grayscale: #434343. Windows color (decimal): -10538155 or 5583711. OLE color: 5583711.
HSL color Cylindrical-coordinate representation of color #5F3355: hue angle of 313.64º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F3355 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 51 | 85 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.63 |
| HSL | 313.64º | 0.3% | 0.29% | - |
| HSV(B) | 313.64º | 0.46% | 0.37% | - |
| XYZ | 7.54 | 5.46 | 9.25 | - |
| YUV | 68.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 51 | 85 | 0 | 0.46 | 0.11 | 0.63 | 313.64 | 0.3 | 0.29 |
| Hex | 5F | 33 | 55 | 0 | 2E | B | 3F | 13A | 1E | 1D |
| Octal | 137 | 63 | 125 | 0 | 56 | 13 | 77 | 472 | 36 | 35 |
| Binary | 1011111 | 110011 | 1010101 | 0 | 101110 | 1011 | 111111 | 100111010 | 11110 | 11101 |
Color Harmonies of #5F3355
Complementary color
Monochromatic Colors of #5F3355
Black with #5F3355
Text Example
Text Example
White with #5F3355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3355; }
p { color: rgb(95,51,85); }
H1.HeaderClassName
{
color: #5F3355;
}
.AnyTagClassName
{
color: #5F3355;
}
</style>
background-color css
<style>
a { background-color: #5F3355; }
a { background-color: rgb(95,51,85); }
div.DivClassName
{
background-color: #5F3355;
}
.BgClassName
{
background-color: #5F3355;
}
</style>
border-color css
<style>
span { border-color: #5F3355; }
span { border-color: rgb(95,51,85); }
td.TdClassName
{
border-color: #5F3355;
}
.TagClassName
{
border-color: #5F3355;
}
</style>