Shades of Tyrian Purple #5B0736
Tints of Tyrian Purple #5B0736
RGB
CMYK
RGB Variations
Color information
#5B0736 (or 0x5B0736) is known color: Tyrian Purple. HEX triplet: 5B, 07 and 36. RGB value is (91,7,54). Sum of RGB (Red+Green+Blue) = 91+7+54=152 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.87% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0736 is #A4F8C9. Grayscale: #252525. Windows color (decimal): -10811594 or 3540827. OLE color: 3540827.
HSL color Cylindrical-coordinate representation of color #5B0736: hue angle of 326.43º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B0736 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 7 | 54 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.64 |
| HSL | 326.43º | 0.86% | 0.19% | - |
| HSV(B) | 326.43º | 0.92% | 0.36% | - |
| XYZ | 5.06 | 2.64 | 3.73 | - |
| YUV | 37.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 54 | 0 | 0.92 | 0.41 | 0.64 | 326.43 | 0.86 | 0.19 |
| Hex | 5B | 7 | 36 | 0 | 5C | 29 | 40 | 146 | 56 | 13 |
| Octal | 133 | 7 | 66 | 0 | 134 | 51 | 100 | 506 | 126 | 23 |
| Binary | 1011011 | 111 | 110110 | 0 | 1011100 | 101001 | 1000000 | 101000110 | 1010110 | 10011 |
Color Harmonies of #5B0736
Complementary color
Monochromatic Colors of #5B0736
Black with #5B0736
Text Example
Text Example
White with #5B0736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0736; }
p { color: rgb(91,7,54); }
H1.HeaderClassName
{
color: #5B0736;
}
.AnyTagClassName
{
color: #5B0736;
}
</style>
background-color css
<style>
a { background-color: #5B0736; }
a { background-color: rgb(91,7,54); }
div.DivClassName
{
background-color: #5B0736;
}
.BgClassName
{
background-color: #5B0736;
}
</style>
border-color css
<style>
span { border-color: #5B0736; }
span { border-color: rgb(91,7,54); }
td.TdClassName
{
border-color: #5B0736;
}
.TagClassName
{
border-color: #5B0736;
}
</style>