Shades of Palatinate Purple #5F1363
Tints of Palatinate Purple #5F1363
RGB
CMYK
RGB Variations
Color information
#5F1363 (or 0x5F1363) is known color: Palatinate Purple. HEX triplet: 5F, 13 and 63. RGB value is (95,19,99). Sum of RGB (Red+Green+Blue) = 95+19+99=213 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.60% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #5F1363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1363 is #A0EC9C. Grayscale: #323232. Windows color (decimal): -10546333 or 6493023. OLE color: 6493023.
HSL color Cylindrical-coordinate representation of color #5F1363: hue angle of 297º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F1363 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 19 | 99 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.61 |
| HSL | 297º | 0.68% | 0.23% | - |
| HSV(B) | 297º | 0.81% | 0.39% | - |
| XYZ | 7.2 | 3.8 | 12.16 | - |
| YUV | 50.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 19 | 99 | 0.04 | 0.81 | 0 | 0.61 | 297 | 0.68 | 0.23 |
| Hex | 5F | 13 | 63 | 4 | 51 | 0 | 3D | 129 | 44 | 17 |
| Octal | 137 | 23 | 143 | 4 | 121 | 0 | 75 | 451 | 104 | 27 |
| Binary | 1011111 | 10011 | 1100011 | 100 | 1010001 | 0 | 111101 | 100101001 | 1000100 | 10111 |
Color Harmonies of #5F1363
Complementary color
Monochromatic Colors of #5F1363
Black with #5F1363
Text Example
Text Example
White with #5F1363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1363; }
p { color: rgb(95,19,99); }
H1.HeaderClassName
{
color: #5F1363;
}
.AnyTagClassName
{
color: #5F1363;
}
</style>
background-color css
<style>
a { background-color: #5F1363; }
a { background-color: rgb(95,19,99); }
div.DivClassName
{
background-color: #5F1363;
}
.BgClassName
{
background-color: #5F1363;
}
</style>
border-color css
<style>
span { border-color: #5F1363; }
span { border-color: rgb(95,19,99); }
td.TdClassName
{
border-color: #5F1363;
}
.TagClassName
{
border-color: #5F1363;
}
</style>