Shades of Palatinate Purple #5F2E58
Tints of Palatinate Purple #5F2E58
RGB
CMYK
RGB Variations
Color information
#5F2E58 (or 0x5F2E58) is known color: Palatinate Purple. HEX triplet: 5F, 2E and 58. RGB value is (95,46,88). Sum of RGB (Red+Green+Blue) = 95+46+88=229 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.48% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2E58 is #A0D1A7. Grayscale: #414141. Windows color (decimal): -10539432 or 5779039. OLE color: 5779039.
HSL color Cylindrical-coordinate representation of color #5F2E58: hue angle of 308.57º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F2E58 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 46 | 88 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.63 |
| HSL | 308.57º | 0.35% | 0.28% | - |
| HSV(B) | 308.57º | 0.52% | 0.37% | - |
| XYZ | 7.46 | 5.09 | 9.82 | - |
| YUV | 65.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 46 | 88 | 0 | 0.52 | 0.07 | 0.63 | 308.57 | 0.35 | 0.28 |
| Hex | 5F | 2E | 58 | 0 | 34 | 7 | 3F | 135 | 23 | 1C |
| Octal | 137 | 56 | 130 | 0 | 64 | 7 | 77 | 465 | 43 | 34 |
| Binary | 1011111 | 101110 | 1011000 | 0 | 110100 | 111 | 111111 | 100110101 | 100011 | 11100 |
Color Harmonies of #5F2E58
Complementary color
Monochromatic Colors of #5F2E58
Black with #5F2E58
Text Example
Text Example
White with #5F2E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2E58; }
p { color: rgb(95,46,88); }
H1.HeaderClassName
{
color: #5F2E58;
}
.AnyTagClassName
{
color: #5F2E58;
}
</style>
background-color css
<style>
a { background-color: #5F2E58; }
a { background-color: rgb(95,46,88); }
div.DivClassName
{
background-color: #5F2E58;
}
.BgClassName
{
background-color: #5F2E58;
}
</style>
border-color css
<style>
span { border-color: #5F2E58; }
span { border-color: rgb(95,46,88); }
td.TdClassName
{
border-color: #5F2E58;
}
.TagClassName
{
border-color: #5F2E58;
}
</style>