Shades of Palatinate Purple #5B005E
Tints of Palatinate Purple #5B005E
RGB
CMYK
RGB Variations
Color information
#5B005E (or 0x5B005E) is known color: Palatinate Purple. HEX triplet: 5B, 00 and 5E. RGB value is (91,0,94). Sum of RGB (Red+Green+Blue) = 91+0+94=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #5B005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B005E is #A4FFA1. Grayscale: #252525. Windows color (decimal): -10813346 or 6160475. OLE color: 6160475.
HSL color Cylindrical-coordinate representation of color #5B005E: hue angle of 298.09º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B005E is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 0 | 94 | - |
| CMYK | 0.03 | 1 | 0 | 0.63 |
| HSL | 298.09º | 1% | 0.18% | - |
| HSV(B) | 298.09º | 1% | 0.37% | - |
| XYZ | 6.33 | 3.03 | 10.84 | - |
| YUV | 37.93 | 159.65 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 94 | 0.03 | 1 | 0 | 0.63 | 298.09 | 1 | 0.18 |
| Hex | 5B | 0 | 5E | 3 | 64 | 0 | 3F | 12A | 64 | 12 |
| Octal | 133 | 0 | 136 | 3 | 144 | 0 | 77 | 452 | 144 | 22 |
| Binary | 1011011 | 0 | 1011110 | 11 | 1100100 | 0 | 111111 | 100101010 | 1100100 | 10010 |
Color Harmonies of #5B005E
Complementary color
Monochromatic Colors of #5B005E
Black with #5B005E
Text Example
Text Example
White with #5B005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B005E; }
p { color: rgb(91,0,94); }
H1.HeaderClassName
{
color: #5B005E;
}
.AnyTagClassName
{
color: #5B005E;
}
</style>
background-color css
<style>
a { background-color: #5B005E; }
a { background-color: rgb(91,0,94); }
div.DivClassName
{
background-color: #5B005E;
}
.BgClassName
{
background-color: #5B005E;
}
</style>
border-color css
<style>
span { border-color: #5B005E; }
span { border-color: rgb(91,0,94); }
td.TdClassName
{
border-color: #5B005E;
}
.TagClassName
{
border-color: #5B005E;
}
</style>