Shades of Tyrian Purple #5B042B
Tints of Tyrian Purple #5B042B
RGB
CMYK
RGB Variations
Color information
#5B042B (or 0x5B042B) is known color: Tyrian Purple. HEX triplet: 5B, 04 and 2B. RGB value is (91,4,43). Sum of RGB (Red+Green+Blue) = 91+4+43=138 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.94% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 91 - color contains mainly: red. Hex color #5B042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B042B is #A4FBD4. Grayscale: #222222. Windows color (decimal): -10812373 or 2819163. OLE color: 2819163.
HSL color Cylindrical-coordinate representation of color #5B042B: hue angle of 333.1º 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 #5B042B is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 4 | 43 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.64 |
| HSL | 333.1º | 0.92% | 0.19% | - |
| HSV(B) | 333.1º | 0.96% | 0.36% | - |
| XYZ | 4.79 | 2.49 | 2.51 | - |
| YUV | 34.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 43 | 0 | 0.96 | 0.53 | 0.64 | 333.1 | 0.92 | 0.19 |
| Hex | 5B | 4 | 2B | 0 | 60 | 35 | 40 | 14D | 5C | 13 |
| Octal | 133 | 4 | 53 | 0 | 140 | 65 | 100 | 515 | 134 | 23 |
| Binary | 1011011 | 100 | 101011 | 0 | 1100000 | 110101 | 1000000 | 101001101 | 1011100 | 10011 |
Color Harmonies of #5B042B
Complementary color
Monochromatic Colors of #5B042B
Black with #5B042B
Text Example
Text Example
White with #5B042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B042B; }
p { color: rgb(91,4,43); }
H1.HeaderClassName
{
color: #5B042B;
}
.AnyTagClassName
{
color: #5B042B;
}
</style>
background-color css
<style>
a { background-color: #5B042B; }
a { background-color: rgb(91,4,43); }
div.DivClassName
{
background-color: #5B042B;
}
.BgClassName
{
background-color: #5B042B;
}
</style>
border-color css
<style>
span { border-color: #5B042B; }
span { border-color: rgb(91,4,43); }
td.TdClassName
{
border-color: #5B042B;
}
.TagClassName
{
border-color: #5B042B;
}
</style>