Shades of Tyrian Purple #540A3C
Tints of Tyrian Purple #540A3C
RGB
CMYK
RGB Variations
Color information
#540A3C (or 0x540A3C) is known color: Tyrian Purple. HEX triplet: 54, 0A and 3C. RGB value is (84,10,60). Sum of RGB (Red+Green+Blue) = 84+10+60=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #540A3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A3C is #ABF5C3. Grayscale: #252525. Windows color (decimal): -11269572 or 3934804. OLE color: 3934804.
HSL color Cylindrical-coordinate representation of color #540A3C: hue angle of 319.46º 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 #540A3C is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 60 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.67 |
| HSL | 319.46º | 0.79% | 0.18% | - |
| HSV(B) | 319.46º | 0.88% | 0.33% | - |
| XYZ | 4.58 | 2.43 | 4.5 | - |
| YUV | 37.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 60 | 0 | 0.88 | 0.29 | 0.67 | 319.46 | 0.79 | 0.18 |
| Hex | 54 | A | 3C | 0 | 58 | 1D | 43 | 13F | 4F | 12 |
| Octal | 124 | 12 | 74 | 0 | 130 | 35 | 103 | 477 | 117 | 22 |
| Binary | 1010100 | 1010 | 111100 | 0 | 1011000 | 11101 | 1000011 | 100111111 | 1001111 | 10010 |
Color Harmonies of #540A3C
Complementary color
Monochromatic Colors of #540A3C
Black with #540A3C
Text Example
Text Example
White with #540A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A3C; }
p { color: rgb(84,10,60); }
H1.HeaderClassName
{
color: #540A3C;
}
.AnyTagClassName
{
color: #540A3C;
}
</style>
background-color css
<style>
a { background-color: #540A3C; }
a { background-color: rgb(84,10,60); }
div.DivClassName
{
background-color: #540A3C;
}
.BgClassName
{
background-color: #540A3C;
}
</style>
border-color css
<style>
span { border-color: #540A3C; }
span { border-color: rgb(84,10,60); }
td.TdClassName
{
border-color: #540A3C;
}
.TagClassName
{
border-color: #540A3C;
}
</style>