Shades of Tyrian Purple #540B39
Tints of Tyrian Purple #540B39
RGB
CMYK
RGB Variations
Color information
#540B39 (or 0x540B39) is known color: Tyrian Purple. HEX triplet: 54, 0B and 39. RGB value is (84,11,57). Sum of RGB (Red+Green+Blue) = 84+11+57=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #540B39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540B39 is #ABF4C6. Grayscale: #252525. Windows color (decimal): -11269319 or 3738452. OLE color: 3738452.
HSL color Cylindrical-coordinate representation of color #540B39: hue angle of 322.19º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540B39 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 11 | 57 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.67 |
| HSL | 322.19º | 0.77% | 0.19% | - |
| HSV(B) | 322.19º | 0.87% | 0.33% | - |
| XYZ | 4.51 | 2.42 | 4.1 | - |
| YUV | 38.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 57 | 0 | 0.87 | 0.32 | 0.67 | 322.19 | 0.77 | 0.19 |
| Hex | 54 | B | 39 | 0 | 57 | 20 | 43 | 142 | 4D | 13 |
| Octal | 124 | 13 | 71 | 0 | 127 | 40 | 103 | 502 | 115 | 23 |
| Binary | 1010100 | 1011 | 111001 | 0 | 1010111 | 100000 | 1000011 | 101000010 | 1001101 | 10011 |
Color Harmonies of #540B39
Complementary color
Monochromatic Colors of #540B39
Black with #540B39
Text Example
Text Example
White with #540B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B39; }
p { color: rgb(84,11,57); }
H1.HeaderClassName
{
color: #540B39;
}
.AnyTagClassName
{
color: #540B39;
}
</style>
background-color css
<style>
a { background-color: #540B39; }
a { background-color: rgb(84,11,57); }
div.DivClassName
{
background-color: #540B39;
}
.BgClassName
{
background-color: #540B39;
}
</style>
border-color css
<style>
span { border-color: #540B39; }
span { border-color: rgb(84,11,57); }
td.TdClassName
{
border-color: #540B39;
}
.TagClassName
{
border-color: #540B39;
}
</style>