Shades of Tyrian Purple #5B0054
Tints of Tyrian Purple #5B0054
RGB
CMYK
RGB Variations
Color information
#5B0054 (or 0x5B0054) is known color: Tyrian Purple. HEX triplet: 5B, 00 and 54. RGB value is (91,0,84). Sum of RGB (Red+Green+Blue) = 91+0+84=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0054 is #A4FFAB. Grayscale: #242424. Windows color (decimal): -10813356 or 5505115. OLE color: 5505115.
HSL color Cylindrical-coordinate representation of color #5B0054: hue angle of 304.62º 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 #5B0054 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.08 | 0.64 |
| HSL | 304.62º | 1% | 0.18% | - |
| HSV(B) | 304.62º | 1% | 0.36% | - |
| XYZ | 5.91 | 2.86 | 8.63 | - |
| YUV | 36.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 84 | 0 | 1 | 0.08 | 0.64 | 304.62 | 1 | 0.18 |
| Hex | 5B | 0 | 54 | 0 | 64 | 8 | 40 | 131 | 64 | 12 |
| Octal | 133 | 0 | 124 | 0 | 144 | 10 | 100 | 461 | 144 | 22 |
| Binary | 1011011 | 0 | 1010100 | 0 | 1100100 | 1000 | 1000000 | 100110001 | 1100100 | 10010 |
Color Harmonies of #5B0054
Complementary color
Monochromatic Colors of #5B0054
Black with #5B0054
Text Example
Text Example
White with #5B0054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0054; }
p { color: rgb(91,0,84); }
H1.HeaderClassName
{
color: #5B0054;
}
.AnyTagClassName
{
color: #5B0054;
}
</style>
background-color css
<style>
a { background-color: #5B0054; }
a { background-color: rgb(91,0,84); }
div.DivClassName
{
background-color: #5B0054;
}
.BgClassName
{
background-color: #5B0054;
}
</style>
border-color css
<style>
span { border-color: #5B0054; }
span { border-color: rgb(91,0,84); }
td.TdClassName
{
border-color: #5B0054;
}
.TagClassName
{
border-color: #5B0054;
}
</style>