Shades of Palatinate Purple #5F1161
Tints of Palatinate Purple #5F1161
RGB
CMYK
RGB Variations
Color information
#5F1161 (or 0x5F1161) is known color: Palatinate Purple. HEX triplet: 5F, 11 and 61. RGB value is (95,17,97). Sum of RGB (Red+Green+Blue) = 95+17+97=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F1161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1161 is #A0EE9E. Grayscale: #313131. Windows color (decimal): -10546847 or 6361439. OLE color: 6361439.
HSL color Cylindrical-coordinate representation of color #5F1161: hue angle of 298.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F1161 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 17 | 97 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.62 |
| HSL | 298.5º | 0.7% | 0.22% | - |
| HSV(B) | 298.5º | 0.82% | 0.38% | - |
| XYZ | 7.08 | 3.7 | 11.65 | - |
| YUV | 49.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 17 | 97 | 0.02 | 0.82 | 0 | 0.62 | 298.5 | 0.7 | 0.22 |
| Hex | 5F | 11 | 61 | 2 | 52 | 0 | 3E | 12A | 46 | 16 |
| Octal | 137 | 21 | 141 | 2 | 122 | 0 | 76 | 452 | 106 | 26 |
| Binary | 1011111 | 10001 | 1100001 | 10 | 1010010 | 0 | 111110 | 100101010 | 1000110 | 10110 |
Color Harmonies of #5F1161
Complementary color
Monochromatic Colors of #5F1161
Black with #5F1161
Text Example
Text Example
White with #5F1161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1161; }
p { color: rgb(95,17,97); }
H1.HeaderClassName
{
color: #5F1161;
}
.AnyTagClassName
{
color: #5F1161;
}
</style>
background-color css
<style>
a { background-color: #5F1161; }
a { background-color: rgb(95,17,97); }
div.DivClassName
{
background-color: #5F1161;
}
.BgClassName
{
background-color: #5F1161;
}
</style>
border-color css
<style>
span { border-color: #5F1161; }
span { border-color: rgb(95,17,97); }
td.TdClassName
{
border-color: #5F1161;
}
.TagClassName
{
border-color: #5F1161;
}
</style>