Shades of Palatinate Purple #5F285C
Tints of Palatinate Purple #5F285C
RGB
CMYK
RGB Variations
Color information
#5F285C (or 0x5F285C) is known color: Palatinate Purple. HEX triplet: 5F, 28 and 5C. RGB value is (95,40,92). Sum of RGB (Red+Green+Blue) = 95+40+92=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 95 - color contains mainly: red. Hex color #5F285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F285C is #A0D7A3. Grayscale: #3E3E3E. Windows color (decimal): -10540964 or 6039647. OLE color: 6039647.
HSL color Cylindrical-coordinate representation of color #5F285C: hue angle of 303.27º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F285C is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 40 | 92 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.63 |
| HSL | 303.27º | 0.41% | 0.26% | - |
| HSV(B) | 303.27º | 0.58% | 0.37% | - |
| XYZ | 7.41 | 4.72 | 10.65 | - |
| YUV | 62.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 40 | 92 | 0 | 0.58 | 0.03 | 0.63 | 303.27 | 0.41 | 0.26 |
| Hex | 5F | 28 | 5C | 0 | 3A | 3 | 3F | 12F | 29 | 1A |
| Octal | 137 | 50 | 134 | 0 | 72 | 3 | 77 | 457 | 51 | 32 |
| Binary | 1011111 | 101000 | 1011100 | 0 | 111010 | 11 | 111111 | 100101111 | 101001 | 11010 |
Color Harmonies of #5F285C
Complementary color
Monochromatic Colors of #5F285C
Black with #5F285C
Text Example
Text Example
White with #5F285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F285C; }
p { color: rgb(95,40,92); }
H1.HeaderClassName
{
color: #5F285C;
}
.AnyTagClassName
{
color: #5F285C;
}
</style>
background-color css
<style>
a { background-color: #5F285C; }
a { background-color: rgb(95,40,92); }
div.DivClassName
{
background-color: #5F285C;
}
.BgClassName
{
background-color: #5F285C;
}
</style>
border-color css
<style>
span { border-color: #5F285C; }
span { border-color: rgb(95,40,92); }
td.TdClassName
{
border-color: #5F285C;
}
.TagClassName
{
border-color: #5F285C;
}
</style>