Shades of Tyrian Purple #5B042A
Tints of Tyrian Purple #5B042A
RGB
CMYK
RGB Variations
Color information
#5B042A (or 0x5B042A) is known color: Tyrian Purple. HEX triplet: 5B, 04 and 2A. RGB value is (91,4,42). Sum of RGB (Red+Green+Blue) = 91+4+42=137 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.42% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 91 - color contains mainly: red. Hex color #5B042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B042A is #A4FBD5. Grayscale: #222222. Windows color (decimal): -10812374 or 2753627. OLE color: 2753627.
HSL color Cylindrical-coordinate representation of color #5B042A: hue angle of 333.79º 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 #5B042A is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 4 | 42 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.64 |
| HSL | 333.79º | 0.92% | 0.19% | - |
| HSV(B) | 333.79º | 0.96% | 0.36% | - |
| XYZ | 4.78 | 2.48 | 2.42 | - |
| YUV | 34.35 | 132.32 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 42 | 0 | 0.96 | 0.54 | 0.64 | 333.79 | 0.92 | 0.19 |
| Hex | 5B | 4 | 2A | 0 | 60 | 36 | 40 | 14E | 5C | 13 |
| Octal | 133 | 4 | 52 | 0 | 140 | 66 | 100 | 516 | 134 | 23 |
| Binary | 1011011 | 100 | 101010 | 0 | 1100000 | 110110 | 1000000 | 101001110 | 1011100 | 10011 |
Color Harmonies of #5B042A
Complementary color
Monochromatic Colors of #5B042A
Black with #5B042A
Text Example
Text Example
White with #5B042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B042A; }
p { color: rgb(91,4,42); }
H1.HeaderClassName
{
color: #5B042A;
}
.AnyTagClassName
{
color: #5B042A;
}
</style>
background-color css
<style>
a { background-color: #5B042A; }
a { background-color: rgb(91,4,42); }
div.DivClassName
{
background-color: #5B042A;
}
.BgClassName
{
background-color: #5B042A;
}
</style>
border-color css
<style>
span { border-color: #5B042A; }
span { border-color: rgb(91,4,42); }
td.TdClassName
{
border-color: #5B042A;
}
.TagClassName
{
border-color: #5B042A;
}
</style>