Shades of Tyrian Purple #5B0056
Tints of Tyrian Purple #5B0056
RGB
CMYK
RGB Variations
Color information
#5B0056 (or 0x5B0056) is known color: Tyrian Purple. HEX triplet: 5B, 00 and 56. RGB value is (91,0,86). Sum of RGB (Red+Green+Blue) = 91+0+86=177 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.41% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0056 is #A4FFA9. Grayscale: #242424. Windows color (decimal): -10813354 or 5636187. OLE color: 5636187.
HSL color Cylindrical-coordinate representation of color #5B0056: hue angle of 303.3º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B0056 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.05 | 0.64 |
| HSL | 303.3º | 1% | 0.18% | - |
| HSV(B) | 303.3º | 1% | 0.36% | - |
| XYZ | 5.99 | 2.9 | 9.05 | - |
| YUV | 37.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 86 | 0 | 1 | 0.05 | 0.64 | 303.3 | 1 | 0.18 |
| Hex | 5B | 0 | 56 | 0 | 64 | 5 | 40 | 12F | 64 | 12 |
| Octal | 133 | 0 | 126 | 0 | 144 | 5 | 100 | 457 | 144 | 22 |
| Binary | 1011011 | 0 | 1010110 | 0 | 1100100 | 101 | 1000000 | 100101111 | 1100100 | 10010 |
Color Harmonies of #5B0056
Complementary color
Monochromatic Colors of #5B0056
Black with #5B0056
Text Example
Text Example
White with #5B0056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0056; }
p { color: rgb(91,0,86); }
H1.HeaderClassName
{
color: #5B0056;
}
.AnyTagClassName
{
color: #5B0056;
}
</style>
background-color css
<style>
a { background-color: #5B0056; }
a { background-color: rgb(91,0,86); }
div.DivClassName
{
background-color: #5B0056;
}
.BgClassName
{
background-color: #5B0056;
}
</style>
border-color css
<style>
span { border-color: #5B0056; }
span { border-color: rgb(91,0,86); }
td.TdClassName
{
border-color: #5B0056;
}
.TagClassName
{
border-color: #5B0056;
}
</style>