Shades of Tyrian Purple #5B0438
Tints of Tyrian Purple #5B0438
RGB
CMYK
RGB Variations
Color information
#5B0438 (or 0x5B0438) is known color: Tyrian Purple. HEX triplet: 5B, 04 and 38. RGB value is (91,4,56). Sum of RGB (Red+Green+Blue) = 91+4+56=151 (20% of max value = 765). Red value is 91 (35.94% from 255 or 60.26% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0438 is #A4FBC7. Grayscale: #232323. Windows color (decimal): -10812360 or 3671131. OLE color: 3671131.
HSL color Cylindrical-coordinate representation of color #5B0438: hue angle of 324.14º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B0438 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 4 | 56 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.64 |
| HSL | 324.14º | 0.92% | 0.19% | - |
| HSV(B) | 324.14º | 0.96% | 0.36% | - |
| XYZ | 5.07 | 2.6 | 3.98 | - |
| YUV | 35.94 | 139.32 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 56 | 0 | 0.96 | 0.38 | 0.64 | 324.14 | 0.92 | 0.19 |
| Hex | 5B | 4 | 38 | 0 | 60 | 26 | 40 | 144 | 5C | 13 |
| Octal | 133 | 4 | 70 | 0 | 140 | 46 | 100 | 504 | 134 | 23 |
| Binary | 1011011 | 100 | 111000 | 0 | 1100000 | 100110 | 1000000 | 101000100 | 1011100 | 10011 |
Color Harmonies of #5B0438
Complementary color
Monochromatic Colors of #5B0438
Black with #5B0438
Text Example
Text Example
White with #5B0438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0438; }
p { color: rgb(91,4,56); }
H1.HeaderClassName
{
color: #5B0438;
}
.AnyTagClassName
{
color: #5B0438;
}
</style>
background-color css
<style>
a { background-color: #5B0438; }
a { background-color: rgb(91,4,56); }
div.DivClassName
{
background-color: #5B0438;
}
.BgClassName
{
background-color: #5B0438;
}
</style>
border-color css
<style>
span { border-color: #5B0438; }
span { border-color: rgb(91,4,56); }
td.TdClassName
{
border-color: #5B0438;
}
.TagClassName
{
border-color: #5B0438;
}
</style>