Shades of Tyrian Purple #5B1240
Tints of Tyrian Purple #5B1240
RGB
CMYK
RGB Variations
Color information
#5B1240 (or 0x5B1240) is known color: Tyrian Purple. HEX triplet: 5B, 12 and 40. RGB value is (91,18,64). Sum of RGB (Red+Green+Blue) = 91+18+64=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1240 is #A4EDBF. Grayscale: #2C2C2C. Windows color (decimal): -10808768 or 4199003. OLE color: 4199003.
HSL color Cylindrical-coordinate representation of color #5B1240: hue angle of 322.19º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B1240 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 18 | 64 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.64 |
| HSL | 322.19º | 0.67% | 0.21% | - |
| HSV(B) | 322.19º | 0.8% | 0.36% | - |
| XYZ | 5.46 | 3.03 | 5.15 | - |
| YUV | 45.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 64 | 0 | 0.80 | 0.30 | 0.64 | 322.19 | 0.67 | 0.21 |
| Hex | 5B | 12 | 40 | 0 | 50 | 1E | 40 | 142 | 43 | 15 |
| Octal | 133 | 22 | 100 | 0 | 120 | 36 | 100 | 502 | 103 | 25 |
| Binary | 1011011 | 10010 | 1000000 | 0 | 1010000 | 11110 | 1000000 | 101000010 | 1000011 | 10101 |
Color Harmonies of #5B1240
Complementary color
Monochromatic Colors of #5B1240
Black with #5B1240
Text Example
Text Example
White with #5B1240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1240; }
p { color: rgb(91,18,64); }
H1.HeaderClassName
{
color: #5B1240;
}
.AnyTagClassName
{
color: #5B1240;
}
</style>
background-color css
<style>
a { background-color: #5B1240; }
a { background-color: rgb(91,18,64); }
div.DivClassName
{
background-color: #5B1240;
}
.BgClassName
{
background-color: #5B1240;
}
</style>
border-color css
<style>
span { border-color: #5B1240; }
span { border-color: rgb(91,18,64); }
td.TdClassName
{
border-color: #5B1240;
}
.TagClassName
{
border-color: #5B1240;
}
</style>