Shades of Palatinate Purple #5B3659
Tints of Palatinate Purple #5B3659
RGB
CMYK
RGB Variations
Color information
#5B3659 (or 0x5B3659) is known color: Palatinate Purple. HEX triplet: 5B, 36 and 59. RGB value is (91,54,89). Sum of RGB (Red+Green+Blue) = 91+54+89=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3659 is #A4C9A6. Grayscale: #444444. Windows color (decimal): -10799527 or 5846619. OLE color: 5846619.
HSL color Cylindrical-coordinate representation of color #5B3659: hue angle of 303.24º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B3659 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 54 | 89 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.64 |
| HSL | 303.24º | 0.26% | 0.28% | - |
| HSV(B) | 303.24º | 0.41% | 0.36% | - |
| XYZ | 7.44 | 5.58 | 10.14 | - |
| YUV | 69.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 89 | 0 | 0.41 | 0.02 | 0.64 | 303.24 | 0.26 | 0.28 |
| Hex | 5B | 36 | 59 | 0 | 29 | 2 | 40 | 12F | 1A | 1C |
| Octal | 133 | 66 | 131 | 0 | 51 | 2 | 100 | 457 | 32 | 34 |
| Binary | 1011011 | 110110 | 1011001 | 0 | 101001 | 10 | 1000000 | 100101111 | 11010 | 11100 |
Color Harmonies of #5B3659
Complementary color
Monochromatic Colors of #5B3659
Black with #5B3659
Text Example
Text Example
White with #5B3659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3659; }
p { color: rgb(91,54,89); }
H1.HeaderClassName
{
color: #5B3659;
}
.AnyTagClassName
{
color: #5B3659;
}
</style>
background-color css
<style>
a { background-color: #5B3659; }
a { background-color: rgb(91,54,89); }
div.DivClassName
{
background-color: #5B3659;
}
.BgClassName
{
background-color: #5B3659;
}
</style>
border-color css
<style>
span { border-color: #5B3659; }
span { border-color: rgb(91,54,89); }
td.TdClassName
{
border-color: #5B3659;
}
.TagClassName
{
border-color: #5B3659;
}
</style>