Shades of Palatinate Purple #5F185E
Tints of Palatinate Purple #5F185E
RGB
CMYK
RGB Variations
Color information
#5F185E (or 0x5F185E) is known color: Palatinate Purple. HEX triplet: 5F, 18 and 5E. RGB value is (95,24,94). Sum of RGB (Red+Green+Blue) = 95+24+94=213 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.60% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 95 - color contains mainly: red. Hex color #5F185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F185E is #A0E7A1. Grayscale: #353535. Windows color (decimal): -10545058 or 6166623. OLE color: 6166623.
HSL color Cylindrical-coordinate representation of color #5F185E: hue angle of 300.85º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F185E is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 24 | 94 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.63 |
| HSL | 300.85º | 0.6% | 0.23% | - |
| HSV(B) | 300.85º | 0.75% | 0.37% | - |
| XYZ | 7.07 | 3.89 | 10.97 | - |
| YUV | 53.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 24 | 94 | 0 | 0.75 | 0.01 | 0.63 | 300.85 | 0.6 | 0.23 |
| Hex | 5F | 18 | 5E | 0 | 4B | 1 | 3F | 12D | 3C | 17 |
| Octal | 137 | 30 | 136 | 0 | 113 | 1 | 77 | 455 | 74 | 27 |
| Binary | 1011111 | 11000 | 1011110 | 0 | 1001011 | 1 | 111111 | 100101101 | 111100 | 10111 |
Color Harmonies of #5F185E
Complementary color
Monochromatic Colors of #5F185E
Black with #5F185E
Text Example
Text Example
White with #5F185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F185E; }
p { color: rgb(95,24,94); }
H1.HeaderClassName
{
color: #5F185E;
}
.AnyTagClassName
{
color: #5F185E;
}
</style>
background-color css
<style>
a { background-color: #5F185E; }
a { background-color: rgb(95,24,94); }
div.DivClassName
{
background-color: #5F185E;
}
.BgClassName
{
background-color: #5F185E;
}
</style>
border-color css
<style>
span { border-color: #5F185E; }
span { border-color: rgb(95,24,94); }
td.TdClassName
{
border-color: #5F185E;
}
.TagClassName
{
border-color: #5F185E;
}
</style>