Shades of Tyrian Purple #540A43
Tints of Tyrian Purple #540A43
RGB
CMYK
RGB Variations
Color information
#540A43 (or 0x540A43) is known color: Tyrian Purple. HEX triplet: 54, 0A and 43. RGB value is (84,10,67). Sum of RGB (Red+Green+Blue) = 84+10+67=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #540A43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A43 is #ABF5BC. Grayscale: #262626. Windows color (decimal): -11269565 or 4393556. OLE color: 4393556.
HSL color Cylindrical-coordinate representation of color #540A43: hue angle of 313.78º 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 #540A43 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 67 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.67 |
| HSL | 313.78º | 0.79% | 0.18% | - |
| HSV(B) | 313.78º | 0.88% | 0.33% | - |
| XYZ | 4.78 | 2.51 | 5.54 | - |
| YUV | 38.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 67 | 0 | 0.88 | 0.20 | 0.67 | 313.78 | 0.79 | 0.18 |
| Hex | 54 | A | 43 | 0 | 58 | 14 | 43 | 13A | 4F | 12 |
| Octal | 124 | 12 | 103 | 0 | 130 | 24 | 103 | 472 | 117 | 22 |
| Binary | 1010100 | 1010 | 1000011 | 0 | 1011000 | 10100 | 1000011 | 100111010 | 1001111 | 10010 |
Color Harmonies of #540A43
Complementary color
Monochromatic Colors of #540A43
Black with #540A43
Text Example
Text Example
White with #540A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A43; }
p { color: rgb(84,10,67); }
H1.HeaderClassName
{
color: #540A43;
}
.AnyTagClassName
{
color: #540A43;
}
</style>
background-color css
<style>
a { background-color: #540A43; }
a { background-color: rgb(84,10,67); }
div.DivClassName
{
background-color: #540A43;
}
.BgClassName
{
background-color: #540A43;
}
</style>
border-color css
<style>
span { border-color: #540A43; }
span { border-color: rgb(84,10,67); }
td.TdClassName
{
border-color: #540A43;
}
.TagClassName
{
border-color: #540A43;
}
</style>