Shades of Palatinate Purple #5B2454
Tints of Palatinate Purple #5B2454
RGB
CMYK
RGB Variations
Color information
#5B2454 (or 0x5B2454) is known color: Palatinate Purple. HEX triplet: 5B, 24 and 54. RGB value is (91,36,84). Sum of RGB (Red+Green+Blue) = 91+36+84=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2454 is #A4DBAB. Grayscale: #393939. Windows color (decimal): -10804140 or 5514331. OLE color: 5514331.
HSL color Cylindrical-coordinate representation of color #5B2454: hue angle of 307.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B2454 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 36 | 84 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.64 |
| HSL | 307.64º | 0.43% | 0.25% | - |
| HSV(B) | 307.64º | 0.6% | 0.36% | - |
| XYZ | 6.55 | 4.13 | 8.84 | - |
| YUV | 57.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 36 | 84 | 0 | 0.60 | 0.08 | 0.64 | 307.64 | 0.43 | 0.25 |
| Hex | 5B | 24 | 54 | 0 | 3C | 8 | 40 | 134 | 2B | 19 |
| Octal | 133 | 44 | 124 | 0 | 74 | 10 | 100 | 464 | 53 | 31 |
| Binary | 1011011 | 100100 | 1010100 | 0 | 111100 | 1000 | 1000000 | 100110100 | 101011 | 11001 |
Color Harmonies of #5B2454
Complementary color
Monochromatic Colors of #5B2454
Black with #5B2454
Text Example
Text Example
White with #5B2454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2454; }
p { color: rgb(91,36,84); }
H1.HeaderClassName
{
color: #5B2454;
}
.AnyTagClassName
{
color: #5B2454;
}
</style>
background-color css
<style>
a { background-color: #5B2454; }
a { background-color: rgb(91,36,84); }
div.DivClassName
{
background-color: #5B2454;
}
.BgClassName
{
background-color: #5B2454;
}
</style>
border-color css
<style>
span { border-color: #5B2454; }
span { border-color: rgb(91,36,84); }
td.TdClassName
{
border-color: #5B2454;
}
.TagClassName
{
border-color: #5B2454;
}
</style>