Shades of Tyrian Purple #5B0846
Tints of Tyrian Purple #5B0846
RGB
CMYK
RGB Variations
Color information
#5B0846 (or 0x5B0846) is known color: Tyrian Purple. HEX triplet: 5B, 08 and 46. RGB value is (91,8,70). Sum of RGB (Red+Green+Blue) = 91+8+70=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0846 is #A4F7B9. Grayscale: #272727. Windows color (decimal): -10811322 or 4589659. OLE color: 4589659.
HSL color Cylindrical-coordinate representation of color #5B0846: hue angle of 315.18º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B0846 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 8 | 70 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.64 |
| HSL | 315.18º | 0.84% | 0.19% | - |
| HSV(B) | 315.18º | 0.91% | 0.36% | - |
| XYZ | 5.51 | 2.84 | 6.05 | - |
| YUV | 39.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 70 | 0 | 0.91 | 0.23 | 0.64 | 315.18 | 0.84 | 0.19 |
| Hex | 5B | 8 | 46 | 0 | 5B | 17 | 40 | 13B | 54 | 13 |
| Octal | 133 | 10 | 106 | 0 | 133 | 27 | 100 | 473 | 124 | 23 |
| Binary | 1011011 | 1000 | 1000110 | 0 | 1011011 | 10111 | 1000000 | 100111011 | 1010100 | 10011 |
Color Harmonies of #5B0846
Complementary color
Monochromatic Colors of #5B0846
Black with #5B0846
Text Example
Text Example
White with #5B0846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0846; }
p { color: rgb(91,8,70); }
H1.HeaderClassName
{
color: #5B0846;
}
.AnyTagClassName
{
color: #5B0846;
}
</style>
background-color css
<style>
a { background-color: #5B0846; }
a { background-color: rgb(91,8,70); }
div.DivClassName
{
background-color: #5B0846;
}
.BgClassName
{
background-color: #5B0846;
}
</style>
border-color css
<style>
span { border-color: #5B0846; }
span { border-color: rgb(91,8,70); }
td.TdClassName
{
border-color: #5B0846;
}
.TagClassName
{
border-color: #5B0846;
}
</style>