Shades of Tyrian Purple #540A4B
Tints of Tyrian Purple #540A4B
RGB
CMYK
RGB Variations
Color information
#540A4B (or 0x540A4B) is known color: Tyrian Purple. HEX triplet: 54, 0A and 4B. RGB value is (84,10,75). Sum of RGB (Red+Green+Blue) = 84+10+75=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #540A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A4B is #ABF5B4. Grayscale: #272727. Windows color (decimal): -11269557 or 4917844. OLE color: 4917844.
HSL color Cylindrical-coordinate representation of color #540A4B: hue angle of 307.3º 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 #540A4B is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 75 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.67 |
| HSL | 307.3º | 0.79% | 0.18% | - |
| HSV(B) | 307.3º | 0.88% | 0.33% | - |
| XYZ | 5.03 | 2.61 | 6.9 | - |
| YUV | 39.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 75 | 0 | 0.88 | 0.11 | 0.67 | 307.3 | 0.79 | 0.18 |
| Hex | 54 | A | 4B | 0 | 58 | B | 43 | 133 | 4F | 12 |
| Octal | 124 | 12 | 113 | 0 | 130 | 13 | 103 | 463 | 117 | 22 |
| Binary | 1010100 | 1010 | 1001011 | 0 | 1011000 | 1011 | 1000011 | 100110011 | 1001111 | 10010 |
Color Harmonies of #540A4B
Complementary color
Monochromatic Colors of #540A4B
Black with #540A4B
Text Example
Text Example
White with #540A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A4B; }
p { color: rgb(84,10,75); }
H1.HeaderClassName
{
color: #540A4B;
}
.AnyTagClassName
{
color: #540A4B;
}
</style>
background-color css
<style>
a { background-color: #540A4B; }
a { background-color: rgb(84,10,75); }
div.DivClassName
{
background-color: #540A4B;
}
.BgClassName
{
background-color: #540A4B;
}
</style>
border-color css
<style>
span { border-color: #540A4B; }
span { border-color: rgb(84,10,75); }
td.TdClassName
{
border-color: #540A4B;
}
.TagClassName
{
border-color: #540A4B;
}
</style>