Shades of Tyrian Purple #5B0737
Tints of Tyrian Purple #5B0737
RGB
CMYK
RGB Variations
Color information
#5B0737 (or 0x5B0737) is known color: Tyrian Purple. HEX triplet: 5B, 07 and 37. RGB value is (91,7,55). Sum of RGB (Red+Green+Blue) = 91+7+55=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0737 is #A4F8C8. Grayscale: #252525. Windows color (decimal): -10811593 or 3606363. OLE color: 3606363.
HSL color Cylindrical-coordinate representation of color #5B0737: hue angle of 325.71º 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 #5B0737 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 7 | 55 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.64 |
| HSL | 325.71º | 0.86% | 0.19% | - |
| HSV(B) | 325.71º | 0.92% | 0.36% | - |
| XYZ | 5.08 | 2.65 | 3.86 | - |
| YUV | 37.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 55 | 0 | 0.92 | 0.40 | 0.64 | 325.71 | 0.86 | 0.19 |
| Hex | 5B | 7 | 37 | 0 | 5C | 28 | 40 | 146 | 56 | 13 |
| Octal | 133 | 7 | 67 | 0 | 134 | 50 | 100 | 506 | 126 | 23 |
| Binary | 1011011 | 111 | 110111 | 0 | 1011100 | 101000 | 1000000 | 101000110 | 1010110 | 10011 |
Color Harmonies of #5B0737
Complementary color
Monochromatic Colors of #5B0737
Black with #5B0737
Text Example
Text Example
White with #5B0737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0737; }
p { color: rgb(91,7,55); }
H1.HeaderClassName
{
color: #5B0737;
}
.AnyTagClassName
{
color: #5B0737;
}
</style>
background-color css
<style>
a { background-color: #5B0737; }
a { background-color: rgb(91,7,55); }
div.DivClassName
{
background-color: #5B0737;
}
.BgClassName
{
background-color: #5B0737;
}
</style>
border-color css
<style>
span { border-color: #5B0737; }
span { border-color: rgb(91,7,55); }
td.TdClassName
{
border-color: #5B0737;
}
.TagClassName
{
border-color: #5B0737;
}
</style>