Shades of Tyrian Purple #5B004E
Tints of Tyrian Purple #5B004E
RGB
CMYK
RGB Variations
Color information
#5B004E (or 0x5B004E) is known color: Tyrian Purple. HEX triplet: 5B, 00 and 4E. RGB value is (91,0,78). Sum of RGB (Red+Green+Blue) = 91+0+78=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B004E is #A4FFB1. Grayscale: #232323. Windows color (decimal): -10813362 or 5111899. OLE color: 5111899.
HSL color Cylindrical-coordinate representation of color #5B004E: hue angle of 308.57º 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 #5B004E is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.14 | 0.64 |
| HSL | 308.57º | 1% | 0.18% | - |
| HSV(B) | 308.57º | 1% | 0.36% | - |
| XYZ | 5.69 | 2.77 | 7.44 | - |
| YUV | 36.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 78 | 0 | 1 | 0.14 | 0.64 | 308.57 | 1 | 0.18 |
| Hex | 5B | 0 | 4E | 0 | 64 | E | 40 | 135 | 64 | 12 |
| Octal | 133 | 0 | 116 | 0 | 144 | 16 | 100 | 465 | 144 | 22 |
| Binary | 1011011 | 0 | 1001110 | 0 | 1100100 | 1110 | 1000000 | 100110101 | 1100100 | 10010 |
Color Harmonies of #5B004E
Complementary color
Monochromatic Colors of #5B004E
Black with #5B004E
Text Example
Text Example
White with #5B004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B004E; }
p { color: rgb(91,0,78); }
H1.HeaderClassName
{
color: #5B004E;
}
.AnyTagClassName
{
color: #5B004E;
}
</style>
background-color css
<style>
a { background-color: #5B004E; }
a { background-color: rgb(91,0,78); }
div.DivClassName
{
background-color: #5B004E;
}
.BgClassName
{
background-color: #5B004E;
}
</style>
border-color css
<style>
span { border-color: #5B004E; }
span { border-color: rgb(91,0,78); }
td.TdClassName
{
border-color: #5B004E;
}
.TagClassName
{
border-color: #5B004E;
}
</style>