Shades of Palatinate Purple #5F3458
Tints of Palatinate Purple #5F3458
RGB
CMYK
RGB Variations
Color information
#5F3458 (or 0x5F3458) is known color: Palatinate Purple. HEX triplet: 5F, 34 and 58. RGB value is (95,52,88). Sum of RGB (Red+Green+Blue) = 95+52+88=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3458 is #A0CBA7. Grayscale: #444444. Windows color (decimal): -10537896 or 5780575. OLE color: 5780575.
HSL color Cylindrical-coordinate representation of color #5F3458: hue angle of 309.77º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F3458 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 52 | 88 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.63 |
| HSL | 309.77º | 0.29% | 0.29% | - |
| HSV(B) | 309.77º | 0.45% | 0.37% | - |
| XYZ | 7.71 | 5.59 | 9.91 | - |
| YUV | 68.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 52 | 88 | 0 | 0.45 | 0.07 | 0.63 | 309.77 | 0.29 | 0.29 |
| Hex | 5F | 34 | 58 | 0 | 2D | 7 | 3F | 136 | 1D | 1D |
| Octal | 137 | 64 | 130 | 0 | 55 | 7 | 77 | 466 | 35 | 35 |
| Binary | 1011111 | 110100 | 1011000 | 0 | 101101 | 111 | 111111 | 100110110 | 11101 | 11101 |
Color Harmonies of #5F3458
Complementary color
Monochromatic Colors of #5F3458
Black with #5F3458
Text Example
Text Example
White with #5F3458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3458; }
p { color: rgb(95,52,88); }
H1.HeaderClassName
{
color: #5F3458;
}
.AnyTagClassName
{
color: #5F3458;
}
</style>
background-color css
<style>
a { background-color: #5F3458; }
a { background-color: rgb(95,52,88); }
div.DivClassName
{
background-color: #5F3458;
}
.BgClassName
{
background-color: #5F3458;
}
</style>
border-color css
<style>
span { border-color: #5F3458; }
span { border-color: rgb(95,52,88); }
td.TdClassName
{
border-color: #5F3458;
}
.TagClassName
{
border-color: #5F3458;
}
</style>