Shades of Palatinate Purple #5F1060
Tints of Palatinate Purple #5F1060
RGB
CMYK
RGB Variations
Color information
#5F1060 (or 0x5F1060) is known color: Palatinate Purple. HEX triplet: 5F, 10 and 60. RGB value is (95,16,96). Sum of RGB (Red+Green+Blue) = 95+16+96=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #5F1060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1060 is #A0EF9F. Grayscale: #303030. Windows color (decimal): -10547104 or 6295647. OLE color: 6295647.
HSL color Cylindrical-coordinate representation of color #5F1060: hue angle of 299.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F1060 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 16 | 96 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.62 |
| HSL | 299.25º | 0.71% | 0.22% | - |
| HSV(B) | 299.25º | 0.83% | 0.38% | - |
| XYZ | 7.02 | 3.65 | 11.4 | - |
| YUV | 48.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 16 | 96 | 0.01 | 0.83 | 0 | 0.62 | 299.25 | 0.71 | 0.22 |
| Hex | 5F | 10 | 60 | 1 | 53 | 0 | 3E | 12B | 47 | 16 |
| Octal | 137 | 20 | 140 | 1 | 123 | 0 | 76 | 453 | 107 | 26 |
| Binary | 1011111 | 10000 | 1100000 | 1 | 1010011 | 0 | 111110 | 100101011 | 1000111 | 10110 |
Color Harmonies of #5F1060
Complementary color
Monochromatic Colors of #5F1060
Black with #5F1060
Text Example
Text Example
White with #5F1060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1060; }
p { color: rgb(95,16,96); }
H1.HeaderClassName
{
color: #5F1060;
}
.AnyTagClassName
{
color: #5F1060;
}
</style>
background-color css
<style>
a { background-color: #5F1060; }
a { background-color: rgb(95,16,96); }
div.DivClassName
{
background-color: #5F1060;
}
.BgClassName
{
background-color: #5F1060;
}
</style>
border-color css
<style>
span { border-color: #5F1060; }
span { border-color: rgb(95,16,96); }
td.TdClassName
{
border-color: #5F1060;
}
.TagClassName
{
border-color: #5F1060;
}
</style>