Shades of Tyrian Purple #540C41
Tints of Tyrian Purple #540C41
RGB
CMYK
RGB Variations
Color information
#540C41 (or 0x540C41) is known color: Tyrian Purple. HEX triplet: 54, 0C and 41. RGB value is (84,12,65). Sum of RGB (Red+Green+Blue) = 84+12+65=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #540C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540C41 is #ABF3BE. Grayscale: #272727. Windows color (decimal): -11269055 or 4262996. OLE color: 4262996.
HSL color Cylindrical-coordinate representation of color #540C41: hue angle of 315.83º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #540C41 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 65 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.67 |
| HSL | 315.83º | 0.75% | 0.19% | - |
| HSV(B) | 315.83º | 0.86% | 0.33% | - |
| XYZ | 4.74 | 2.53 | 5.24 | - |
| YUV | 39.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 65 | 0 | 0.86 | 0.23 | 0.67 | 315.83 | 0.75 | 0.19 |
| Hex | 54 | C | 41 | 0 | 56 | 17 | 43 | 13C | 4B | 13 |
| Octal | 124 | 14 | 101 | 0 | 126 | 27 | 103 | 474 | 113 | 23 |
| Binary | 1010100 | 1100 | 1000001 | 0 | 1010110 | 10111 | 1000011 | 100111100 | 1001011 | 10011 |
Color Harmonies of #540C41
Complementary color
Monochromatic Colors of #540C41
Black with #540C41
Text Example
Text Example
White with #540C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C41; }
p { color: rgb(84,12,65); }
H1.HeaderClassName
{
color: #540C41;
}
.AnyTagClassName
{
color: #540C41;
}
</style>
background-color css
<style>
a { background-color: #540C41; }
a { background-color: rgb(84,12,65); }
div.DivClassName
{
background-color: #540C41;
}
.BgClassName
{
background-color: #540C41;
}
</style>
border-color css
<style>
span { border-color: #540C41; }
span { border-color: rgb(84,12,65); }
td.TdClassName
{
border-color: #540C41;
}
.TagClassName
{
border-color: #540C41;
}
</style>