Shades of Tyrian Purple #540644
Tints of Tyrian Purple #540644
RGB
CMYK
RGB Variations
Color information
#540644 (or 0x540644) is known color: Tyrian Purple. HEX triplet: 54, 06 and 44. RGB value is (84,6,68). Sum of RGB (Red+Green+Blue) = 84+6+68=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #540644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540644 is #ABF9BB. Grayscale: #242424. Windows color (decimal): -11270588 or 4458068. OLE color: 4458068.
HSL color Cylindrical-coordinate representation of color #540644: hue angle of 312.31º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540644 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 6 | 68 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.67 |
| HSL | 312.31º | 0.87% | 0.18% | - |
| HSV(B) | 312.31º | 0.93% | 0.33% | - |
| XYZ | 4.76 | 2.43 | 5.69 | - |
| YUV | 36.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 68 | 0 | 0.93 | 0.19 | 0.67 | 312.31 | 0.87 | 0.18 |
| Hex | 54 | 6 | 44 | 0 | 5D | 13 | 43 | 138 | 57 | 12 |
| Octal | 124 | 6 | 104 | 0 | 135 | 23 | 103 | 470 | 127 | 22 |
| Binary | 1010100 | 110 | 1000100 | 0 | 1011101 | 10011 | 1000011 | 100111000 | 1010111 | 10010 |
Color Harmonies of #540644
Complementary color
Monochromatic Colors of #540644
Black with #540644
Text Example
Text Example
White with #540644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540644; }
p { color: rgb(84,6,68); }
H1.HeaderClassName
{
color: #540644;
}
.AnyTagClassName
{
color: #540644;
}
</style>
background-color css
<style>
a { background-color: #540644; }
a { background-color: rgb(84,6,68); }
div.DivClassName
{
background-color: #540644;
}
.BgClassName
{
background-color: #540644;
}
</style>
border-color css
<style>
span { border-color: #540644; }
span { border-color: rgb(84,6,68); }
td.TdClassName
{
border-color: #540644;
}
.TagClassName
{
border-color: #540644;
}
</style>