Shades of Tyrian Purple #5B0C37
Tints of Tyrian Purple #5B0C37
RGB
CMYK
RGB Variations
Color information
#5B0C37 (or 0x5B0C37) is known color: Tyrian Purple. HEX triplet: 5B, 0C and 37. RGB value is (91,12,55). Sum of RGB (Red+Green+Blue) = 91+12+55=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0C37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0C37 is #A4F3C8. Grayscale: #282828. Windows color (decimal): -10810313 or 3607643. OLE color: 3607643.
HSL color Cylindrical-coordinate representation of color #5B0C37: hue angle of 327.34º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B0C37 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 12 | 55 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.64 |
| HSL | 327.34º | 0.77% | 0.2% | - |
| HSV(B) | 327.34º | 0.87% | 0.36% | - |
| XYZ | 5.14 | 2.76 | 3.88 | - |
| YUV | 40.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 12 | 55 | 0 | 0.87 | 0.40 | 0.64 | 327.34 | 0.77 | 0.2 |
| Hex | 5B | C | 37 | 0 | 57 | 28 | 40 | 147 | 4D | 14 |
| Octal | 133 | 14 | 67 | 0 | 127 | 50 | 100 | 507 | 115 | 24 |
| Binary | 1011011 | 1100 | 110111 | 0 | 1010111 | 101000 | 1000000 | 101000111 | 1001101 | 10100 |
Color Harmonies of #5B0C37
Complementary color
Monochromatic Colors of #5B0C37
Black with #5B0C37
Text Example
Text Example
White with #5B0C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0C37; }
p { color: rgb(91,12,55); }
H1.HeaderClassName
{
color: #5B0C37;
}
.AnyTagClassName
{
color: #5B0C37;
}
</style>
background-color css
<style>
a { background-color: #5B0C37; }
a { background-color: rgb(91,12,55); }
div.DivClassName
{
background-color: #5B0C37;
}
.BgClassName
{
background-color: #5B0C37;
}
</style>
border-color css
<style>
span { border-color: #5B0C37; }
span { border-color: rgb(91,12,55); }
td.TdClassName
{
border-color: #5B0C37;
}
.TagClassName
{
border-color: #5B0C37;
}
</style>