Shades of Palatinate Purple #5B3559
Tints of Palatinate Purple #5B3559
RGB
CMYK
RGB Variations
Color information
#5B3559 (or 0x5B3559) is known color: Palatinate Purple. HEX triplet: 5B, 35 and 59. RGB value is (91,53,89). Sum of RGB (Red+Green+Blue) = 91+53+89=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3559 is #A4CAA6. Grayscale: #444444. Windows color (decimal): -10799783 or 5846363. OLE color: 5846363.
HSL color Cylindrical-coordinate representation of color #5B3559: hue angle of 303.16º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B3559 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 53 | 89 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.64 |
| HSL | 303.16º | 0.26% | 0.28% | - |
| HSV(B) | 303.16º | 0.42% | 0.36% | - |
| XYZ | 7.39 | 5.49 | 10.12 | - |
| YUV | 68.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 89 | 0 | 0.42 | 0.02 | 0.64 | 303.16 | 0.26 | 0.28 |
| Hex | 5B | 35 | 59 | 0 | 2A | 2 | 40 | 12F | 1A | 1C |
| Octal | 133 | 65 | 131 | 0 | 52 | 2 | 100 | 457 | 32 | 34 |
| Binary | 1011011 | 110101 | 1011001 | 0 | 101010 | 10 | 1000000 | 100101111 | 11010 | 11100 |
Color Harmonies of #5B3559
Complementary color
Monochromatic Colors of #5B3559
Black with #5B3559
Text Example
Text Example
White with #5B3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3559; }
p { color: rgb(91,53,89); }
H1.HeaderClassName
{
color: #5B3559;
}
.AnyTagClassName
{
color: #5B3559;
}
</style>
background-color css
<style>
a { background-color: #5B3559; }
a { background-color: rgb(91,53,89); }
div.DivClassName
{
background-color: #5B3559;
}
.BgClassName
{
background-color: #5B3559;
}
</style>
border-color css
<style>
span { border-color: #5B3559; }
span { border-color: rgb(91,53,89); }
td.TdClassName
{
border-color: #5B3559;
}
.TagClassName
{
border-color: #5B3559;
}
</style>