Shades of Tyrian Purple #5B0A44
Tints of Tyrian Purple #5B0A44
RGB
CMYK
RGB Variations
Color information
#5B0A44 (or 0x5B0A44) is known color: Tyrian Purple. HEX triplet: 5B, 0A and 44. RGB value is (91,10,68). Sum of RGB (Red+Green+Blue) = 91+10+68=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0A44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0A44 is #A4F5BB. Grayscale: #282828. Windows color (decimal): -10810812 or 4459099. OLE color: 4459099.
HSL color Cylindrical-coordinate representation of color #5B0A44: hue angle of 317.04º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B0A44 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 10 | 68 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.64 |
| HSL | 317.04º | 0.8% | 0.2% | - |
| HSV(B) | 317.04º | 0.89% | 0.36% | - |
| XYZ | 5.47 | 2.86 | 5.73 | - |
| YUV | 40.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 10 | 68 | 0 | 0.89 | 0.25 | 0.64 | 317.04 | 0.8 | 0.2 |
| Hex | 5B | A | 44 | 0 | 59 | 19 | 40 | 13D | 50 | 14 |
| Octal | 133 | 12 | 104 | 0 | 131 | 31 | 100 | 475 | 120 | 24 |
| Binary | 1011011 | 1010 | 1000100 | 0 | 1011001 | 11001 | 1000000 | 100111101 | 1010000 | 10100 |
Color Harmonies of #5B0A44
Complementary color
Monochromatic Colors of #5B0A44
Black with #5B0A44
Text Example
Text Example
White with #5B0A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0A44; }
p { color: rgb(91,10,68); }
H1.HeaderClassName
{
color: #5B0A44;
}
.AnyTagClassName
{
color: #5B0A44;
}
</style>
background-color css
<style>
a { background-color: #5B0A44; }
a { background-color: rgb(91,10,68); }
div.DivClassName
{
background-color: #5B0A44;
}
.BgClassName
{
background-color: #5B0A44;
}
</style>
border-color css
<style>
span { border-color: #5B0A44; }
span { border-color: rgb(91,10,68); }
td.TdClassName
{
border-color: #5B0A44;
}
.TagClassName
{
border-color: #5B0A44;
}
</style>