Shades of Tyrian Purple #540A44
Tints of Tyrian Purple #540A44
RGB
CMYK
RGB Variations
Color information
#540A44 (or 0x540A44) is known color: Tyrian Purple. HEX triplet: 54, 0A and 44. RGB value is (84,10,68). Sum of RGB (Red+Green+Blue) = 84+10+68=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #540A44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A44 is #ABF5BB. Grayscale: #262626. Windows color (decimal): -11269564 or 4459092. OLE color: 4459092.
HSL color Cylindrical-coordinate representation of color #540A44: hue angle of 312.97º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540A44 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 68 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.67 |
| HSL | 312.97º | 0.79% | 0.18% | - |
| HSV(B) | 312.97º | 0.88% | 0.33% | - |
| XYZ | 4.81 | 2.52 | 5.7 | - |
| YUV | 38.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 68 | 0 | 0.88 | 0.19 | 0.67 | 312.97 | 0.79 | 0.18 |
| Hex | 54 | A | 44 | 0 | 58 | 13 | 43 | 139 | 4F | 12 |
| Octal | 124 | 12 | 104 | 0 | 130 | 23 | 103 | 471 | 117 | 22 |
| Binary | 1010100 | 1010 | 1000100 | 0 | 1011000 | 10011 | 1000011 | 100111001 | 1001111 | 10010 |
Color Harmonies of #540A44
Complementary color
Monochromatic Colors of #540A44
Black with #540A44
Text Example
Text Example
White with #540A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A44; }
p { color: rgb(84,10,68); }
H1.HeaderClassName
{
color: #540A44;
}
.AnyTagClassName
{
color: #540A44;
}
</style>
background-color css
<style>
a { background-color: #540A44; }
a { background-color: rgb(84,10,68); }
div.DivClassName
{
background-color: #540A44;
}
.BgClassName
{
background-color: #540A44;
}
</style>
border-color css
<style>
span { border-color: #540A44; }
span { border-color: rgb(84,10,68); }
td.TdClassName
{
border-color: #540A44;
}
.TagClassName
{
border-color: #540A44;
}
</style>