Shades of Palatinate Purple #5F1563
Tints of Palatinate Purple #5F1563
RGB
CMYK
RGB Variations
Color information
#5F1563 (or 0x5F1563) is known color: Palatinate Purple. HEX triplet: 5F, 15 and 63. RGB value is (95,21,99). Sum of RGB (Red+Green+Blue) = 95+21+99=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #5F1563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1563 is #A0EA9C. Grayscale: #333333. Windows color (decimal): -10545821 or 6493535. OLE color: 6493535.
HSL color Cylindrical-coordinate representation of color #5F1563: hue angle of 296.92º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F1563 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 21 | 99 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.61 |
| HSL | 296.92º | 0.65% | 0.24% | - |
| HSV(B) | 296.92º | 0.79% | 0.39% | - |
| XYZ | 7.24 | 3.87 | 12.17 | - |
| YUV | 52.02 | 154.52 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 21 | 99 | 0.04 | 0.79 | 0 | 0.61 | 296.92 | 0.65 | 0.24 |
| Hex | 5F | 15 | 63 | 4 | 4F | 0 | 3D | 129 | 41 | 18 |
| Octal | 137 | 25 | 143 | 4 | 117 | 0 | 75 | 451 | 101 | 30 |
| Binary | 1011111 | 10101 | 1100011 | 100 | 1001111 | 0 | 111101 | 100101001 | 1000001 | 11000 |
Color Harmonies of #5F1563
Complementary color
Monochromatic Colors of #5F1563
Black with #5F1563
Text Example
Text Example
White with #5F1563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1563; }
p { color: rgb(95,21,99); }
H1.HeaderClassName
{
color: #5F1563;
}
.AnyTagClassName
{
color: #5F1563;
}
</style>
background-color css
<style>
a { background-color: #5F1563; }
a { background-color: rgb(95,21,99); }
div.DivClassName
{
background-color: #5F1563;
}
.BgClassName
{
background-color: #5F1563;
}
</style>
border-color css
<style>
span { border-color: #5F1563; }
span { border-color: rgb(95,21,99); }
td.TdClassName
{
border-color: #5F1563;
}
.TagClassName
{
border-color: #5F1563;
}
</style>