Shades of Palatinate Purple #5B1F60
Tints of Palatinate Purple #5B1F60
RGB
CMYK
RGB Variations
Color information
#5B1F60 (or 0x5B1F60) is known color: Palatinate Purple. HEX triplet: 5B, 1F and 60. RGB value is (91,31,96). Sum of RGB (Red+Green+Blue) = 91+31+96=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B1F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1F60 is #A4E09F. Grayscale: #383838. Windows color (decimal): -10805408 or 6299483. OLE color: 6299483.
HSL color Cylindrical-coordinate representation of color #5B1F60: hue angle of 295.38º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B1F60 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 31 | 96 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.62 |
| HSL | 295.38º | 0.51% | 0.25% | - |
| HSV(B) | 295.38º | 0.68% | 0.38% | - |
| XYZ | 6.92 | 4.05 | 11.48 | - |
| YUV | 56.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 96 | 0.05 | 0.68 | 0 | 0.62 | 295.38 | 0.51 | 0.25 |
| Hex | 5B | 1F | 60 | 5 | 44 | 0 | 3E | 127 | 33 | 19 |
| Octal | 133 | 37 | 140 | 5 | 104 | 0 | 76 | 447 | 63 | 31 |
| Binary | 1011011 | 11111 | 1100000 | 101 | 1000100 | 0 | 111110 | 100100111 | 110011 | 11001 |
Color Harmonies of #5B1F60
Complementary color
Monochromatic Colors of #5B1F60
Black with #5B1F60
Text Example
Text Example
White with #5B1F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1F60; }
p { color: rgb(91,31,96); }
H1.HeaderClassName
{
color: #5B1F60;
}
.AnyTagClassName
{
color: #5B1F60;
}
</style>
background-color css
<style>
a { background-color: #5B1F60; }
a { background-color: rgb(91,31,96); }
div.DivClassName
{
background-color: #5B1F60;
}
.BgClassName
{
background-color: #5B1F60;
}
</style>
border-color css
<style>
span { border-color: #5B1F60; }
span { border-color: rgb(91,31,96); }
td.TdClassName
{
border-color: #5B1F60;
}
.TagClassName
{
border-color: #5B1F60;
}
</style>