Shades of Tyrian Purple #5B0050
Tints of Tyrian Purple #5B0050
RGB
CMYK
RGB Variations
Color information
#5B0050 (or 0x5B0050) is known color: Tyrian Purple. HEX triplet: 5B, 00 and 50. RGB value is (91,0,80). Sum of RGB (Red+Green+Blue) = 91+0+80=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0050 is #A4FFAF. Grayscale: #242424. Windows color (decimal): -10813360 or 5242971. OLE color: 5242971.
HSL color Cylindrical-coordinate representation of color #5B0050: hue angle of 307.25º 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 #5B0050 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.12 | 0.64 |
| HSL | 307.25º | 1% | 0.18% | - |
| HSV(B) | 307.25º | 1% | 0.36% | - |
| XYZ | 5.76 | 2.8 | 7.83 | - |
| YUV | 36.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 80 | 0 | 1 | 0.12 | 0.64 | 307.25 | 1 | 0.18 |
| Hex | 5B | 0 | 50 | 0 | 64 | C | 40 | 133 | 64 | 12 |
| Octal | 133 | 0 | 120 | 0 | 144 | 14 | 100 | 463 | 144 | 22 |
| Binary | 1011011 | 0 | 1010000 | 0 | 1100100 | 1100 | 1000000 | 100110011 | 1100100 | 10010 |
Color Harmonies of #5B0050
Complementary color
Monochromatic Colors of #5B0050
Black with #5B0050
Text Example
Text Example
White with #5B0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0050; }
p { color: rgb(91,0,80); }
H1.HeaderClassName
{
color: #5B0050;
}
.AnyTagClassName
{
color: #5B0050;
}
</style>
background-color css
<style>
a { background-color: #5B0050; }
a { background-color: rgb(91,0,80); }
div.DivClassName
{
background-color: #5B0050;
}
.BgClassName
{
background-color: #5B0050;
}
</style>
border-color css
<style>
span { border-color: #5B0050; }
span { border-color: rgb(91,0,80); }
td.TdClassName
{
border-color: #5B0050;
}
.TagClassName
{
border-color: #5B0050;
}
</style>