Shades of Tyrian Purple #5B092F
Tints of Tyrian Purple #5B092F
RGB
CMYK
RGB Variations
Color information
#5B092F (or 0x5B092F) is known color: Tyrian Purple. HEX triplet: 5B, 09 and 2F. RGB value is (91,9,47). Sum of RGB (Red+Green+Blue) = 91+9+47=147 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.90% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 91 - color contains mainly: red. Hex color #5B092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B092F is #A4F6D0. Grayscale: #252525. Windows color (decimal): -10811089 or 3082587. OLE color: 3082587.
HSL color Cylindrical-coordinate representation of color #5B092F: hue angle of 332.2º 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 #5B092F is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 9 | 47 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.64 |
| HSL | 332.2º | 0.82% | 0.2% | - |
| HSV(B) | 332.2º | 0.9% | 0.36% | - |
| XYZ | 4.93 | 2.62 | 2.94 | - |
| YUV | 37.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 47 | 0 | 0.90 | 0.48 | 0.64 | 332.2 | 0.82 | 0.2 |
| Hex | 5B | 9 | 2F | 0 | 5A | 30 | 40 | 14C | 52 | 14 |
| Octal | 133 | 11 | 57 | 0 | 132 | 60 | 100 | 514 | 122 | 24 |
| Binary | 1011011 | 1001 | 101111 | 0 | 1011010 | 110000 | 1000000 | 101001100 | 1010010 | 10100 |
Color Harmonies of #5B092F
Complementary color
Monochromatic Colors of #5B092F
Black with #5B092F
Text Example
Text Example
White with #5B092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B092F; }
p { color: rgb(91,9,47); }
H1.HeaderClassName
{
color: #5B092F;
}
.AnyTagClassName
{
color: #5B092F;
}
</style>
background-color css
<style>
a { background-color: #5B092F; }
a { background-color: rgb(91,9,47); }
div.DivClassName
{
background-color: #5B092F;
}
.BgClassName
{
background-color: #5B092F;
}
</style>
border-color css
<style>
span { border-color: #5B092F; }
span { border-color: rgb(91,9,47); }
td.TdClassName
{
border-color: #5B092F;
}
.TagClassName
{
border-color: #5B092F;
}
</style>