Shades of Palatinate Purple #5F1256
Tints of Palatinate Purple #5F1256
RGB
CMYK
RGB Variations
Color information
#5F1256 (or 0x5F1256) is known color: Palatinate Purple. HEX triplet: 5F, 12 and 56. RGB value is (95,18,86). Sum of RGB (Red+Green+Blue) = 95+18+86=199 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.74% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1256 is #A0EDA9. Grayscale: #303030. Windows color (decimal): -10546602 or 5640799. OLE color: 5640799.
HSL color Cylindrical-coordinate representation of color #5F1256: hue angle of 307.01º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F1256 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 18 | 86 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.63 |
| HSL | 307.01º | 0.68% | 0.22% | - |
| HSV(B) | 307.01º | 0.81% | 0.37% | - |
| XYZ | 6.62 | 3.54 | 9.14 | - |
| YUV | 48.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 18 | 86 | 0 | 0.81 | 0.09 | 0.63 | 307.01 | 0.68 | 0.22 |
| Hex | 5F | 12 | 56 | 0 | 51 | 9 | 3F | 133 | 44 | 16 |
| Octal | 137 | 22 | 126 | 0 | 121 | 11 | 77 | 463 | 104 | 26 |
| Binary | 1011111 | 10010 | 1010110 | 0 | 1010001 | 1001 | 111111 | 100110011 | 1000100 | 10110 |
Color Harmonies of #5F1256
Complementary color
Monochromatic Colors of #5F1256
Black with #5F1256
Text Example
Text Example
White with #5F1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1256; }
p { color: rgb(95,18,86); }
H1.HeaderClassName
{
color: #5F1256;
}
.AnyTagClassName
{
color: #5F1256;
}
</style>
background-color css
<style>
a { background-color: #5F1256; }
a { background-color: rgb(95,18,86); }
div.DivClassName
{
background-color: #5F1256;
}
.BgClassName
{
background-color: #5F1256;
}
</style>
border-color css
<style>
span { border-color: #5F1256; }
span { border-color: rgb(95,18,86); }
td.TdClassName
{
border-color: #5F1256;
}
.TagClassName
{
border-color: #5F1256;
}
</style>