Shades of Palatinate Purple #5F1651
Tints of Palatinate Purple #5F1651
RGB
CMYK
RGB Variations
Color information
#5F1651 (or 0x5F1651) is known color: Palatinate Purple. HEX triplet: 5F, 16 and 51. RGB value is (95,22,81). Sum of RGB (Red+Green+Blue) = 95+22+81=198 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.98% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1651 is #A0E9AE. Grayscale: #323232. Windows color (decimal): -10545583 or 5314143. OLE color: 5314143.
HSL color Cylindrical-coordinate representation of color #5F1651: hue angle of 311.51º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F1651 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 22 | 81 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.63 |
| HSL | 311.51º | 0.62% | 0.23% | - |
| HSV(B) | 311.51º | 0.77% | 0.37% | - |
| XYZ | 6.49 | 3.6 | 8.14 | - |
| YUV | 50.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 22 | 81 | 0 | 0.77 | 0.15 | 0.63 | 311.51 | 0.62 | 0.23 |
| Hex | 5F | 16 | 51 | 0 | 4D | F | 3F | 138 | 3E | 17 |
| Octal | 137 | 26 | 121 | 0 | 115 | 17 | 77 | 470 | 76 | 27 |
| Binary | 1011111 | 10110 | 1010001 | 0 | 1001101 | 1111 | 111111 | 100111000 | 111110 | 10111 |
Color Harmonies of #5F1651
Complementary color
Monochromatic Colors of #5F1651
Black with #5F1651
Text Example
Text Example
White with #5F1651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1651; }
p { color: rgb(95,22,81); }
H1.HeaderClassName
{
color: #5F1651;
}
.AnyTagClassName
{
color: #5F1651;
}
</style>
background-color css
<style>
a { background-color: #5F1651; }
a { background-color: rgb(95,22,81); }
div.DivClassName
{
background-color: #5F1651;
}
.BgClassName
{
background-color: #5F1651;
}
</style>
border-color css
<style>
span { border-color: #5F1651; }
span { border-color: rgb(95,22,81); }
td.TdClassName
{
border-color: #5F1651;
}
.TagClassName
{
border-color: #5F1651;
}
</style>