Shades of Tyrian Purple #5B0946
Tints of Tyrian Purple #5B0946
RGB
CMYK
RGB Variations
Color information
#5B0946 (or 0x5B0946) is known color: Tyrian Purple. HEX triplet: 5B, 09 and 46. RGB value is (91,9,70). Sum of RGB (Red+Green+Blue) = 91+9+70=170 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.53% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0946 is #A4F6B9. Grayscale: #282828. Windows color (decimal): -10811066 or 4589915. OLE color: 4589915.
HSL color Cylindrical-coordinate representation of color #5B0946: hue angle of 315.37º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B0946 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 9 | 70 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.64 |
| HSL | 315.37º | 0.82% | 0.2% | - |
| HSV(B) | 315.37º | 0.9% | 0.36% | - |
| XYZ | 5.52 | 2.86 | 6.06 | - |
| YUV | 40.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 70 | 0 | 0.90 | 0.23 | 0.64 | 315.37 | 0.82 | 0.2 |
| Hex | 5B | 9 | 46 | 0 | 5A | 17 | 40 | 13B | 52 | 14 |
| Octal | 133 | 11 | 106 | 0 | 132 | 27 | 100 | 473 | 122 | 24 |
| Binary | 1011011 | 1001 | 1000110 | 0 | 1011010 | 10111 | 1000000 | 100111011 | 1010010 | 10100 |
Color Harmonies of #5B0946
Complementary color
Monochromatic Colors of #5B0946
Black with #5B0946
Text Example
Text Example
White with #5B0946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0946; }
p { color: rgb(91,9,70); }
H1.HeaderClassName
{
color: #5B0946;
}
.AnyTagClassName
{
color: #5B0946;
}
</style>
background-color css
<style>
a { background-color: #5B0946; }
a { background-color: rgb(91,9,70); }
div.DivClassName
{
background-color: #5B0946;
}
.BgClassName
{
background-color: #5B0946;
}
</style>
border-color css
<style>
span { border-color: #5B0946; }
span { border-color: rgb(91,9,70); }
td.TdClassName
{
border-color: #5B0946;
}
.TagClassName
{
border-color: #5B0946;
}
</style>