Shades of Palatinate Purple #5F144E
Tints of Palatinate Purple #5F144E
RGB
CMYK
RGB Variations
Color information
#5F144E (or 0x5F144E) is known color: Palatinate Purple. HEX triplet: 5F, 14 and 4E. RGB value is (95,20,78). Sum of RGB (Red+Green+Blue) = 95+20+78=193 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.22% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 95 - color contains mainly: red. Hex color #5F144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F144E is #A0EBB1. Grayscale: #303030. Windows color (decimal): -10546098 or 5117023. OLE color: 5117023.
HSL color Cylindrical-coordinate representation of color #5F144E: hue angle of 313.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F144E is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 20 | 78 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.63 |
| HSL | 313.6º | 0.65% | 0.23% | - |
| HSV(B) | 313.6º | 0.79% | 0.37% | - |
| XYZ | 6.34 | 3.48 | 7.55 | - |
| YUV | 49.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 20 | 78 | 0 | 0.79 | 0.18 | 0.63 | 313.6 | 0.65 | 0.23 |
| Hex | 5F | 14 | 4E | 0 | 4F | 12 | 3F | 13A | 41 | 17 |
| Octal | 137 | 24 | 116 | 0 | 117 | 22 | 77 | 472 | 101 | 27 |
| Binary | 1011111 | 10100 | 1001110 | 0 | 1001111 | 10010 | 111111 | 100111010 | 1000001 | 10111 |
Color Harmonies of #5F144E
Complementary color
Monochromatic Colors of #5F144E
Black with #5F144E
Text Example
Text Example
White with #5F144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F144E; }
p { color: rgb(95,20,78); }
H1.HeaderClassName
{
color: #5F144E;
}
.AnyTagClassName
{
color: #5F144E;
}
</style>
background-color css
<style>
a { background-color: #5F144E; }
a { background-color: rgb(95,20,78); }
div.DivClassName
{
background-color: #5F144E;
}
.BgClassName
{
background-color: #5F144E;
}
</style>
border-color css
<style>
span { border-color: #5F144E; }
span { border-color: rgb(95,20,78); }
td.TdClassName
{
border-color: #5F144E;
}
.TagClassName
{
border-color: #5F144E;
}
</style>