Shades of Palatinate Purple #5F2751
Tints of Palatinate Purple #5F2751
RGB
CMYK
RGB Variations
Color information
#5F2751 (or 0x5F2751) is known color: Palatinate Purple. HEX triplet: 5F, 27 and 51. RGB value is (95,39,81). Sum of RGB (Red+Green+Blue) = 95+39+81=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2751 is #A0D8AE. Grayscale: #3C3C3C. Windows color (decimal): -10541231 or 5318495. OLE color: 5318495.
HSL color Cylindrical-coordinate representation of color #5F2751: hue angle of 315º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F2751 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 39 | 81 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.63 |
| HSL | 315º | 0.42% | 0.26% | - |
| HSV(B) | 315º | 0.59% | 0.37% | - |
| XYZ | 6.93 | 4.48 | 8.28 | - |
| YUV | 60.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 39 | 81 | 0 | 0.59 | 0.15 | 0.63 | 315 | 0.42 | 0.26 |
| Hex | 5F | 27 | 51 | 0 | 3B | F | 3F | 13B | 2A | 1A |
| Octal | 137 | 47 | 121 | 0 | 73 | 17 | 77 | 473 | 52 | 32 |
| Binary | 1011111 | 100111 | 1010001 | 0 | 111011 | 1111 | 111111 | 100111011 | 101010 | 11010 |
Color Harmonies of #5F2751
Complementary color
Monochromatic Colors of #5F2751
Black with #5F2751
Text Example
Text Example
White with #5F2751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2751; }
p { color: rgb(95,39,81); }
H1.HeaderClassName
{
color: #5F2751;
}
.AnyTagClassName
{
color: #5F2751;
}
</style>
background-color css
<style>
a { background-color: #5F2751; }
a { background-color: rgb(95,39,81); }
div.DivClassName
{
background-color: #5F2751;
}
.BgClassName
{
background-color: #5F2751;
}
</style>
border-color css
<style>
span { border-color: #5F2751; }
span { border-color: rgb(95,39,81); }
td.TdClassName
{
border-color: #5F2751;
}
.TagClassName
{
border-color: #5F2751;
}
</style>