Shades of Palatinate Purple #5F164E
Tints of Palatinate Purple #5F164E
RGB
CMYK
RGB Variations
Color information
#5F164E (or 0x5F164E) is known color: Palatinate Purple. HEX triplet: 5F, 16 and 4E. RGB value is (95,22,78). Sum of RGB (Red+Green+Blue) = 95+22+78=195 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.72% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 95 - color contains mainly: red. Hex color #5F164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F164E is #A0E9B1. Grayscale: #323232. Windows color (decimal): -10545586 or 5117535. OLE color: 5117535.
HSL color Cylindrical-coordinate representation of color #5F164E: hue angle of 313.97º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F164E is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 22 | 78 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.63 |
| HSL | 313.97º | 0.62% | 0.23% | - |
| HSV(B) | 313.97º | 0.77% | 0.37% | - |
| XYZ | 6.38 | 3.56 | 7.56 | - |
| YUV | 50.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 22 | 78 | 0 | 0.77 | 0.18 | 0.63 | 313.97 | 0.62 | 0.23 |
| Hex | 5F | 16 | 4E | 0 | 4D | 12 | 3F | 13A | 3E | 17 |
| Octal | 137 | 26 | 116 | 0 | 115 | 22 | 77 | 472 | 76 | 27 |
| Binary | 1011111 | 10110 | 1001110 | 0 | 1001101 | 10010 | 111111 | 100111010 | 111110 | 10111 |
Color Harmonies of #5F164E
Complementary color
Monochromatic Colors of #5F164E
Black with #5F164E
Text Example
Text Example
White with #5F164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F164E; }
p { color: rgb(95,22,78); }
H1.HeaderClassName
{
color: #5F164E;
}
.AnyTagClassName
{
color: #5F164E;
}
</style>
background-color css
<style>
a { background-color: #5F164E; }
a { background-color: rgb(95,22,78); }
div.DivClassName
{
background-color: #5F164E;
}
.BgClassName
{
background-color: #5F164E;
}
</style>
border-color css
<style>
span { border-color: #5F164E; }
span { border-color: rgb(95,22,78); }
td.TdClassName
{
border-color: #5F164E;
}
.TagClassName
{
border-color: #5F164E;
}
</style>