Shades of Tyrian Purple #5B1447
Tints of Tyrian Purple #5B1447
RGB
CMYK
RGB Variations
Color information
#5B1447 (or 0x5B1447) is known color: Tyrian Purple. HEX triplet: 5B, 14 and 47. RGB value is (91,20,71). Sum of RGB (Red+Green+Blue) = 91+20+71=182 (24% of max value = 765). Red value is 91 (35.94% from 255 or 50% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1447 is #A4EBB8. Grayscale: #2E2E2E. Windows color (decimal): -10808249 or 4658267. OLE color: 4658267.
HSL color Cylindrical-coordinate representation of color #5B1447: hue angle of 316.9º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B1447 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 20 | 71 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.64 |
| HSL | 316.9º | 0.64% | 0.22% | - |
| HSV(B) | 316.9º | 0.78% | 0.36% | - |
| XYZ | 5.7 | 3.18 | 6.27 | - |
| YUV | 47.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 20 | 71 | 0 | 0.78 | 0.22 | 0.64 | 316.9 | 0.64 | 0.22 |
| Hex | 5B | 14 | 47 | 0 | 4E | 16 | 40 | 13D | 40 | 16 |
| Octal | 133 | 24 | 107 | 0 | 116 | 26 | 100 | 475 | 100 | 26 |
| Binary | 1011011 | 10100 | 1000111 | 0 | 1001110 | 10110 | 1000000 | 100111101 | 1000000 | 10110 |
Color Harmonies of #5B1447
Complementary color
Monochromatic Colors of #5B1447
Black with #5B1447
Text Example
Text Example
White with #5B1447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1447; }
p { color: rgb(91,20,71); }
H1.HeaderClassName
{
color: #5B1447;
}
.AnyTagClassName
{
color: #5B1447;
}
</style>
background-color css
<style>
a { background-color: #5B1447; }
a { background-color: rgb(91,20,71); }
div.DivClassName
{
background-color: #5B1447;
}
.BgClassName
{
background-color: #5B1447;
}
</style>
border-color css
<style>
span { border-color: #5B1447; }
span { border-color: rgb(91,20,71); }
td.TdClassName
{
border-color: #5B1447;
}
.TagClassName
{
border-color: #5B1447;
}
</style>