Shades of Tyrian Purple #5B0B40
Tints of Tyrian Purple #5B0B40
RGB
CMYK
RGB Variations
Color information
#5B0B40 (or 0x5B0B40) is known color: Tyrian Purple. HEX triplet: 5B, 0B and 40. RGB value is (91,11,64). Sum of RGB (Red+Green+Blue) = 91+11+64=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0B40 is #A4F4BF. Grayscale: #282828. Windows color (decimal): -10810560 or 4197211. OLE color: 4197211.
HSL color Cylindrical-coordinate representation of color #5B0B40: hue angle of 320.25º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B0B40 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 11 | 64 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.64 |
| HSL | 320.25º | 0.78% | 0.2% | - |
| HSV(B) | 320.25º | 0.88% | 0.36% | - |
| XYZ | 5.36 | 2.83 | 5.11 | - |
| YUV | 40.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 11 | 64 | 0 | 0.88 | 0.30 | 0.64 | 320.25 | 0.78 | 0.2 |
| Hex | 5B | B | 40 | 0 | 58 | 1E | 40 | 140 | 4E | 14 |
| Octal | 133 | 13 | 100 | 0 | 130 | 36 | 100 | 500 | 116 | 24 |
| Binary | 1011011 | 1011 | 1000000 | 0 | 1011000 | 11110 | 1000000 | 101000000 | 1001110 | 10100 |
Color Harmonies of #5B0B40
Complementary color
Monochromatic Colors of #5B0B40
Black with #5B0B40
Text Example
Text Example
White with #5B0B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0B40; }
p { color: rgb(91,11,64); }
H1.HeaderClassName
{
color: #5B0B40;
}
.AnyTagClassName
{
color: #5B0B40;
}
</style>
background-color css
<style>
a { background-color: #5B0B40; }
a { background-color: rgb(91,11,64); }
div.DivClassName
{
background-color: #5B0B40;
}
.BgClassName
{
background-color: #5B0B40;
}
</style>
border-color css
<style>
span { border-color: #5B0B40; }
span { border-color: rgb(91,11,64); }
td.TdClassName
{
border-color: #5B0B40;
}
.TagClassName
{
border-color: #5B0B40;
}
</style>