Shades of Palatinate Purple #5B0256
Tints of Palatinate Purple #5B0256
RGB
CMYK
RGB Variations
Color information
#5B0256 (or 0x5B0256) is known color: Palatinate Purple. HEX triplet: 5B, 02 and 56. RGB value is (91,2,86). Sum of RGB (Red+Green+Blue) = 91+2+86=179 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.84% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0256 is #A4FDA9. Grayscale: #252525. Windows color (decimal): -10812842 or 5636699. OLE color: 5636699.
HSL color Cylindrical-coordinate representation of color #5B0256: hue angle of 303.37º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B0256 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 86 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.64 |
| HSL | 303.37º | 0.96% | 0.18% | - |
| HSV(B) | 303.37º | 0.98% | 0.36% | - |
| XYZ | 6.02 | 2.94 | 9.05 | - |
| YUV | 38.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 86 | 0 | 0.98 | 0.05 | 0.64 | 303.37 | 0.96 | 0.18 |
| Hex | 5B | 2 | 56 | 0 | 62 | 5 | 40 | 12F | 60 | 12 |
| Octal | 133 | 2 | 126 | 0 | 142 | 5 | 100 | 457 | 140 | 22 |
| Binary | 1011011 | 10 | 1010110 | 0 | 1100010 | 101 | 1000000 | 100101111 | 1100000 | 10010 |
Color Harmonies of #5B0256
Complementary color
Monochromatic Colors of #5B0256
Black with #5B0256
Text Example
Text Example
White with #5B0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0256; }
p { color: rgb(91,2,86); }
H1.HeaderClassName
{
color: #5B0256;
}
.AnyTagClassName
{
color: #5B0256;
}
</style>
background-color css
<style>
a { background-color: #5B0256; }
a { background-color: rgb(91,2,86); }
div.DivClassName
{
background-color: #5B0256;
}
.BgClassName
{
background-color: #5B0256;
}
</style>
border-color css
<style>
span { border-color: #5B0256; }
span { border-color: rgb(91,2,86); }
td.TdClassName
{
border-color: #5B0256;
}
.TagClassName
{
border-color: #5B0256;
}
</style>