Shades of Tyrian Purple #5B1143
Tints of Tyrian Purple #5B1143
RGB
CMYK
RGB Variations
Color information
#5B1143 (or 0x5B1143) is known color: Tyrian Purple. HEX triplet: 5B, 11 and 43. RGB value is (91,17,67). Sum of RGB (Red+Green+Blue) = 91+17+67=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1143 is #A4EEBC. Grayscale: #2C2C2C. Windows color (decimal): -10809021 or 4395355. OLE color: 4395355.
HSL color Cylindrical-coordinate representation of color #5B1143: hue angle of 319.46º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1143 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 17 | 67 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.64 |
| HSL | 319.46º | 0.69% | 0.21% | - |
| HSV(B) | 319.46º | 0.81% | 0.36% | - |
| XYZ | 5.53 | 3.03 | 5.6 | - |
| YUV | 44.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 67 | 0 | 0.81 | 0.26 | 0.64 | 319.46 | 0.69 | 0.21 |
| Hex | 5B | 11 | 43 | 0 | 51 | 1A | 40 | 13F | 45 | 15 |
| Octal | 133 | 21 | 103 | 0 | 121 | 32 | 100 | 477 | 105 | 25 |
| Binary | 1011011 | 10001 | 1000011 | 0 | 1010001 | 11010 | 1000000 | 100111111 | 1000101 | 10101 |
Color Harmonies of #5B1143
Complementary color
Monochromatic Colors of #5B1143
Black with #5B1143
Text Example
Text Example
White with #5B1143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1143; }
p { color: rgb(91,17,67); }
H1.HeaderClassName
{
color: #5B1143;
}
.AnyTagClassName
{
color: #5B1143;
}
</style>
background-color css
<style>
a { background-color: #5B1143; }
a { background-color: rgb(91,17,67); }
div.DivClassName
{
background-color: #5B1143;
}
.BgClassName
{
background-color: #5B1143;
}
</style>
border-color css
<style>
span { border-color: #5B1143; }
span { border-color: rgb(91,17,67); }
td.TdClassName
{
border-color: #5B1143;
}
.TagClassName
{
border-color: #5B1143;
}
</style>