Shades of Tyrian Purple #5B0441
Tints of Tyrian Purple #5B0441
RGB
CMYK
RGB Variations
Color information
#5B0441 (or 0x5B0441) is known color: Tyrian Purple. HEX triplet: 5B, 04 and 41. RGB value is (91,4,65). Sum of RGB (Red+Green+Blue) = 91+4+65=160 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.88% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0441 is #A4FBBE. Grayscale: #242424. Windows color (decimal): -10812351 or 4260955. OLE color: 4260955.
HSL color Cylindrical-coordinate representation of color #5B0441: hue angle of 317.93º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B0441 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 4 | 65 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.64 |
| HSL | 317.93º | 0.92% | 0.19% | - |
| HSV(B) | 317.93º | 0.96% | 0.36% | - |
| XYZ | 5.31 | 2.69 | 5.24 | - |
| YUV | 36.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 65 | 0 | 0.96 | 0.29 | 0.64 | 317.93 | 0.92 | 0.19 |
| Hex | 5B | 4 | 41 | 0 | 60 | 1D | 40 | 13E | 5C | 13 |
| Octal | 133 | 4 | 101 | 0 | 140 | 35 | 100 | 476 | 134 | 23 |
| Binary | 1011011 | 100 | 1000001 | 0 | 1100000 | 11101 | 1000000 | 100111110 | 1011100 | 10011 |
Color Harmonies of #5B0441
Complementary color
Monochromatic Colors of #5B0441
Black with #5B0441
Text Example
Text Example
White with #5B0441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0441; }
p { color: rgb(91,4,65); }
H1.HeaderClassName
{
color: #5B0441;
}
.AnyTagClassName
{
color: #5B0441;
}
</style>
background-color css
<style>
a { background-color: #5B0441; }
a { background-color: rgb(91,4,65); }
div.DivClassName
{
background-color: #5B0441;
}
.BgClassName
{
background-color: #5B0441;
}
</style>
border-color css
<style>
span { border-color: #5B0441; }
span { border-color: rgb(91,4,65); }
td.TdClassName
{
border-color: #5B0441;
}
.TagClassName
{
border-color: #5B0441;
}
</style>