Shades of Tyrian Purple #5B0444
Tints of Tyrian Purple #5B0444
RGB
CMYK
RGB Variations
Color information
#5B0444 (or 0x5B0444) is known color: Tyrian Purple. HEX triplet: 5B, 04 and 44. RGB value is (91,4,68). Sum of RGB (Red+Green+Blue) = 91+4+68=163 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.83% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0444 is #A4FBBB. Grayscale: #252525. Windows color (decimal): -10812348 or 4457563. OLE color: 4457563.
HSL color Cylindrical-coordinate representation of color #5B0444: hue angle of 315.86º 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 #5B0444 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 4 | 68 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.64 |
| HSL | 315.86º | 0.92% | 0.19% | - |
| HSV(B) | 315.86º | 0.96% | 0.36% | - |
| XYZ | 5.4 | 2.73 | 5.71 | - |
| YUV | 37.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 68 | 0 | 0.96 | 0.25 | 0.64 | 315.86 | 0.92 | 0.19 |
| Hex | 5B | 4 | 44 | 0 | 60 | 19 | 40 | 13C | 5C | 13 |
| Octal | 133 | 4 | 104 | 0 | 140 | 31 | 100 | 474 | 134 | 23 |
| Binary | 1011011 | 100 | 1000100 | 0 | 1100000 | 11001 | 1000000 | 100111100 | 1011100 | 10011 |
Color Harmonies of #5B0444
Complementary color
Monochromatic Colors of #5B0444
Black with #5B0444
Text Example
Text Example
White with #5B0444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0444; }
p { color: rgb(91,4,68); }
H1.HeaderClassName
{
color: #5B0444;
}
.AnyTagClassName
{
color: #5B0444;
}
</style>
background-color css
<style>
a { background-color: #5B0444; }
a { background-color: rgb(91,4,68); }
div.DivClassName
{
background-color: #5B0444;
}
.BgClassName
{
background-color: #5B0444;
}
</style>
border-color css
<style>
span { border-color: #5B0444; }
span { border-color: rgb(91,4,68); }
td.TdClassName
{
border-color: #5B0444;
}
.TagClassName
{
border-color: #5B0444;
}
</style>