Shades of Tyrian Purple #5B0838
Tints of Tyrian Purple #5B0838
RGB
CMYK
RGB Variations
Color information
#5B0838 (or 0x5B0838) is known color: Tyrian Purple. HEX triplet: 5B, 08 and 38. RGB value is (91,8,56). Sum of RGB (Red+Green+Blue) = 91+8+56=155 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.71% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0838 is #A4F7C7. Grayscale: #262626. Windows color (decimal): -10811336 or 3672155. OLE color: 3672155.
HSL color Cylindrical-coordinate representation of color #5B0838: hue angle of 325.3º 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 #5B0838 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 8 | 56 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.64 |
| HSL | 325.3º | 0.84% | 0.19% | - |
| HSV(B) | 325.3º | 0.91% | 0.36% | - |
| XYZ | 5.12 | 2.68 | 3.99 | - |
| YUV | 38.29 | 138 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 56 | 0 | 0.91 | 0.38 | 0.64 | 325.3 | 0.84 | 0.19 |
| Hex | 5B | 8 | 38 | 0 | 5B | 26 | 40 | 145 | 54 | 13 |
| Octal | 133 | 10 | 70 | 0 | 133 | 46 | 100 | 505 | 124 | 23 |
| Binary | 1011011 | 1000 | 111000 | 0 | 1011011 | 100110 | 1000000 | 101000101 | 1010100 | 10011 |
Color Harmonies of #5B0838
Complementary color
Monochromatic Colors of #5B0838
Black with #5B0838
Text Example
Text Example
White with #5B0838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0838; }
p { color: rgb(91,8,56); }
H1.HeaderClassName
{
color: #5B0838;
}
.AnyTagClassName
{
color: #5B0838;
}
</style>
background-color css
<style>
a { background-color: #5B0838; }
a { background-color: rgb(91,8,56); }
div.DivClassName
{
background-color: #5B0838;
}
.BgClassName
{
background-color: #5B0838;
}
</style>
border-color css
<style>
span { border-color: #5B0838; }
span { border-color: rgb(91,8,56); }
td.TdClassName
{
border-color: #5B0838;
}
.TagClassName
{
border-color: #5B0838;
}
</style>