Shades of Tyrian Purple #5B0346
Tints of Tyrian Purple #5B0346
RGB
CMYK
RGB Variations
Color information
#5B0346 (or 0x5B0346) is known color: Tyrian Purple. HEX triplet: 5B, 03 and 46. RGB value is (91,3,70). Sum of RGB (Red+Green+Blue) = 91+3+70=164 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.49% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0346 is #A4FCB9. Grayscale: #242424. Windows color (decimal): -10812602 or 4588379. OLE color: 4588379.
HSL color Cylindrical-coordinate representation of color #5B0346: hue angle of 314.32º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0346 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 3 | 70 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.64 |
| HSL | 314.32º | 0.94% | 0.18% | - |
| HSV(B) | 314.32º | 0.97% | 0.36% | - |
| XYZ | 5.45 | 2.73 | 6.03 | - |
| YUV | 36.95 | 146.65 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 70 | 0 | 0.97 | 0.23 | 0.64 | 314.32 | 0.94 | 0.18 |
| Hex | 5B | 3 | 46 | 0 | 61 | 17 | 40 | 13A | 5E | 12 |
| Octal | 133 | 3 | 106 | 0 | 141 | 27 | 100 | 472 | 136 | 22 |
| Binary | 1011011 | 11 | 1000110 | 0 | 1100001 | 10111 | 1000000 | 100111010 | 1011110 | 10010 |
Color Harmonies of #5B0346
Complementary color
Monochromatic Colors of #5B0346
Black with #5B0346
Text Example
Text Example
White with #5B0346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0346; }
p { color: rgb(91,3,70); }
H1.HeaderClassName
{
color: #5B0346;
}
.AnyTagClassName
{
color: #5B0346;
}
</style>
background-color css
<style>
a { background-color: #5B0346; }
a { background-color: rgb(91,3,70); }
div.DivClassName
{
background-color: #5B0346;
}
.BgClassName
{
background-color: #5B0346;
}
</style>
border-color css
<style>
span { border-color: #5B0346; }
span { border-color: rgb(91,3,70); }
td.TdClassName
{
border-color: #5B0346;
}
.TagClassName
{
border-color: #5B0346;
}
</style>