Shades of Tyrian Purple #5B0746
Tints of Tyrian Purple #5B0746
RGB
CMYK
RGB Variations
Color information
#5B0746 (or 0x5B0746) is known color: Tyrian Purple. HEX triplet: 5B, 07 and 46. RGB value is (91,7,70). Sum of RGB (Red+Green+Blue) = 91+7+70=168 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.17% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0746 is #A4F8B9. Grayscale: #272727. Windows color (decimal): -10811578 or 4589403. OLE color: 4589403.
HSL color Cylindrical-coordinate representation of color #5B0746: hue angle of 315º 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 #5B0746 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 7 | 70 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.64 |
| HSL | 315º | 0.86% | 0.19% | - |
| HSV(B) | 315º | 0.92% | 0.36% | - |
| XYZ | 5.5 | 2.82 | 6.05 | - |
| YUV | 39.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 70 | 0 | 0.92 | 0.23 | 0.64 | 315 | 0.86 | 0.19 |
| Hex | 5B | 7 | 46 | 0 | 5C | 17 | 40 | 13B | 56 | 13 |
| Octal | 133 | 7 | 106 | 0 | 134 | 27 | 100 | 473 | 126 | 23 |
| Binary | 1011011 | 111 | 1000110 | 0 | 1011100 | 10111 | 1000000 | 100111011 | 1010110 | 10011 |
Color Harmonies of #5B0746
Complementary color
Monochromatic Colors of #5B0746
Black with #5B0746
Text Example
Text Example
White with #5B0746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0746; }
p { color: rgb(91,7,70); }
H1.HeaderClassName
{
color: #5B0746;
}
.AnyTagClassName
{
color: #5B0746;
}
</style>
background-color css
<style>
a { background-color: #5B0746; }
a { background-color: rgb(91,7,70); }
div.DivClassName
{
background-color: #5B0746;
}
.BgClassName
{
background-color: #5B0746;
}
</style>
border-color css
<style>
span { border-color: #5B0746; }
span { border-color: rgb(91,7,70); }
td.TdClassName
{
border-color: #5B0746;
}
.TagClassName
{
border-color: #5B0746;
}
</style>