Shades of Tyrian Purple #540039
Tints of Tyrian Purple #540039
RGB
CMYK
RGB Variations
Color information
#540039 (or 0x540039) is known color: Tyrian Purple. HEX triplet: 54, 00 and 39. RGB value is (84,0,57). Sum of RGB (Red+Green+Blue) = 84+0+57=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #540039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540039 is #ABFFC6. Grayscale: #1F1F1F. Windows color (decimal): -11272135 or 3735636. OLE color: 3735636.
HSL color Cylindrical-coordinate representation of color #540039: hue angle of 319.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540039 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.32 | 0.67 |
| HSL | 319.29º | 1% | 0.16% | - |
| HSV(B) | 319.29º | 1% | 0.33% | - |
| XYZ | 4.39 | 2.18 | 4.06 | - |
| YUV | 31.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 57 | 0 | 1 | 0.32 | 0.67 | 319.29 | 1 | 0.16 |
| Hex | 54 | 0 | 39 | 0 | 64 | 20 | 43 | 13F | 64 | 10 |
| Octal | 124 | 0 | 71 | 0 | 144 | 40 | 103 | 477 | 144 | 20 |
| Binary | 1010100 | 0 | 111001 | 0 | 1100100 | 100000 | 1000011 | 100111111 | 1100100 | 10000 |
Color Harmonies of #540039
Complementary color
Monochromatic Colors of #540039
Black with #540039
Text Example
Text Example
White with #540039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540039; }
p { color: rgb(84,0,57); }
H1.HeaderClassName
{
color: #540039;
}
.AnyTagClassName
{
color: #540039;
}
</style>
background-color css
<style>
a { background-color: #540039; }
a { background-color: rgb(84,0,57); }
div.DivClassName
{
background-color: #540039;
}
.BgClassName
{
background-color: #540039;
}
</style>
border-color css
<style>
span { border-color: #540039; }
span { border-color: rgb(84,0,57); }
td.TdClassName
{
border-color: #540039;
}
.TagClassName
{
border-color: #540039;
}
</style>