Shades of Tyrian Purple #5B093E
Tints of Tyrian Purple #5B093E
RGB
CMYK
RGB Variations
Color information
#5B093E (or 0x5B093E) is known color: Tyrian Purple. HEX triplet: 5B, 09 and 3E. RGB value is (91,9,62). Sum of RGB (Red+Green+Blue) = 91+9+62=162 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.17% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 91 - color contains mainly: red. Hex color #5B093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B093E is #A4F6C1. Grayscale: #272727. Windows color (decimal): -10811074 or 4065627. OLE color: 4065627.
HSL color Cylindrical-coordinate representation of color #5B093E: hue angle of 321.22º 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 #5B093E is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 9 | 62 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.64 |
| HSL | 321.22º | 0.82% | 0.2% | - |
| HSV(B) | 321.22º | 0.9% | 0.36% | - |
| XYZ | 5.28 | 2.77 | 4.81 | - |
| YUV | 39.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 62 | 0 | 0.90 | 0.32 | 0.64 | 321.22 | 0.82 | 0.2 |
| Hex | 5B | 9 | 3E | 0 | 5A | 20 | 40 | 141 | 52 | 14 |
| Octal | 133 | 11 | 76 | 0 | 132 | 40 | 100 | 501 | 122 | 24 |
| Binary | 1011011 | 1001 | 111110 | 0 | 1011010 | 100000 | 1000000 | 101000001 | 1010010 | 10100 |
Color Harmonies of #5B093E
Complementary color
Monochromatic Colors of #5B093E
Black with #5B093E
Text Example
Text Example
White with #5B093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B093E; }
p { color: rgb(91,9,62); }
H1.HeaderClassName
{
color: #5B093E;
}
.AnyTagClassName
{
color: #5B093E;
}
</style>
background-color css
<style>
a { background-color: #5B093E; }
a { background-color: rgb(91,9,62); }
div.DivClassName
{
background-color: #5B093E;
}
.BgClassName
{
background-color: #5B093E;
}
</style>
border-color css
<style>
span { border-color: #5B093E; }
span { border-color: rgb(91,9,62); }
td.TdClassName
{
border-color: #5B093E;
}
.TagClassName
{
border-color: #5B093E;
}
</style>