Shades of Palatinate Purple #5B2954
Tints of Palatinate Purple #5B2954
RGB
CMYK
RGB Variations
Color information
#5B2954 (or 0x5B2954) is known color: Palatinate Purple. HEX triplet: 5B, 29 and 54. RGB value is (91,41,84). Sum of RGB (Red+Green+Blue) = 91+41+84=216 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.13% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2954 is #A4D6AB. Grayscale: #3C3C3C. Windows color (decimal): -10802860 or 5515611. OLE color: 5515611.
HSL color Cylindrical-coordinate representation of color #5B2954: hue angle of 308.4º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B2954 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 41 | 84 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.64 |
| HSL | 308.4º | 0.38% | 0.26% | - |
| HSV(B) | 308.4º | 0.55% | 0.36% | - |
| XYZ | 6.71 | 4.45 | 8.89 | - |
| YUV | 60.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 84 | 0 | 0.55 | 0.08 | 0.64 | 308.4 | 0.38 | 0.26 |
| Hex | 5B | 29 | 54 | 0 | 37 | 8 | 40 | 134 | 26 | 1A |
| Octal | 133 | 51 | 124 | 0 | 67 | 10 | 100 | 464 | 46 | 32 |
| Binary | 1011011 | 101001 | 1010100 | 0 | 110111 | 1000 | 1000000 | 100110100 | 100110 | 11010 |
Color Harmonies of #5B2954
Complementary color
Monochromatic Colors of #5B2954
Black with #5B2954
Text Example
Text Example
White with #5B2954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2954; }
p { color: rgb(91,41,84); }
H1.HeaderClassName
{
color: #5B2954;
}
.AnyTagClassName
{
color: #5B2954;
}
</style>
background-color css
<style>
a { background-color: #5B2954; }
a { background-color: rgb(91,41,84); }
div.DivClassName
{
background-color: #5B2954;
}
.BgClassName
{
background-color: #5B2954;
}
</style>
border-color css
<style>
span { border-color: #5B2954; }
span { border-color: rgb(91,41,84); }
td.TdClassName
{
border-color: #5B2954;
}
.TagClassName
{
border-color: #5B2954;
}
</style>