Shades of Palatinate Purple #5B2654
Tints of Palatinate Purple #5B2654
RGB
CMYK
RGB Variations
Color information
#5B2654 (or 0x5B2654) is known color: Palatinate Purple. HEX triplet: 5B, 26 and 54. RGB value is (91,38,84). Sum of RGB (Red+Green+Blue) = 91+38+84=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2654 is #A4D9AB. Grayscale: #3A3A3A. Windows color (decimal): -10803628 or 5514843. OLE color: 5514843.
HSL color Cylindrical-coordinate representation of color #5B2654: hue angle of 307.92º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B2654 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 38 | 84 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.64 |
| HSL | 307.92º | 0.41% | 0.25% | - |
| HSV(B) | 307.92º | 0.58% | 0.36% | - |
| XYZ | 6.61 | 4.25 | 8.86 | - |
| YUV | 59.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 84 | 0 | 0.58 | 0.08 | 0.64 | 307.92 | 0.41 | 0.25 |
| Hex | 5B | 26 | 54 | 0 | 3A | 8 | 40 | 134 | 29 | 19 |
| Octal | 133 | 46 | 124 | 0 | 72 | 10 | 100 | 464 | 51 | 31 |
| Binary | 1011011 | 100110 | 1010100 | 0 | 111010 | 1000 | 1000000 | 100110100 | 101001 | 11001 |
Color Harmonies of #5B2654
Complementary color
Monochromatic Colors of #5B2654
Black with #5B2654
Text Example
Text Example
White with #5B2654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2654; }
p { color: rgb(91,38,84); }
H1.HeaderClassName
{
color: #5B2654;
}
.AnyTagClassName
{
color: #5B2654;
}
</style>
background-color css
<style>
a { background-color: #5B2654; }
a { background-color: rgb(91,38,84); }
div.DivClassName
{
background-color: #5B2654;
}
.BgClassName
{
background-color: #5B2654;
}
</style>
border-color css
<style>
span { border-color: #5B2654; }
span { border-color: rgb(91,38,84); }
td.TdClassName
{
border-color: #5B2654;
}
.TagClassName
{
border-color: #5B2654;
}
</style>