Shades of Tyrian Purple #5B0735
Tints of Tyrian Purple #5B0735
RGB
CMYK
RGB Variations
Color information
#5B0735 (or 0x5B0735) is known color: Tyrian Purple. HEX triplet: 5B, 07 and 35. RGB value is (91,7,53). Sum of RGB (Red+Green+Blue) = 91+7+53=151 (20% of max value = 765). Red value is 91 (35.94% from 255 or 60.26% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0735 is #A4F8CA. Grayscale: #252525. Windows color (decimal): -10811595 or 3475291. OLE color: 3475291.
HSL color Cylindrical-coordinate representation of color #5B0735: hue angle of 327.14º 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 #5B0735 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 7 | 53 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.64 |
| HSL | 327.14º | 0.86% | 0.19% | - |
| HSV(B) | 327.14º | 0.92% | 0.36% | - |
| XYZ | 5.03 | 2.63 | 3.61 | - |
| YUV | 37.36 | 136.83 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 53 | 0 | 0.92 | 0.42 | 0.64 | 327.14 | 0.86 | 0.19 |
| Hex | 5B | 7 | 35 | 0 | 5C | 2A | 40 | 147 | 56 | 13 |
| Octal | 133 | 7 | 65 | 0 | 134 | 52 | 100 | 507 | 126 | 23 |
| Binary | 1011011 | 111 | 110101 | 0 | 1011100 | 101010 | 1000000 | 101000111 | 1010110 | 10011 |
Color Harmonies of #5B0735
Complementary color
Monochromatic Colors of #5B0735
Black with #5B0735
Text Example
Text Example
White with #5B0735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0735; }
p { color: rgb(91,7,53); }
H1.HeaderClassName
{
color: #5B0735;
}
.AnyTagClassName
{
color: #5B0735;
}
</style>
background-color css
<style>
a { background-color: #5B0735; }
a { background-color: rgb(91,7,53); }
div.DivClassName
{
background-color: #5B0735;
}
.BgClassName
{
background-color: #5B0735;
}
</style>
border-color css
<style>
span { border-color: #5B0735; }
span { border-color: rgb(91,7,53); }
td.TdClassName
{
border-color: #5B0735;
}
.TagClassName
{
border-color: #5B0735;
}
</style>