Shades of Tyrian Purple #540C38
Tints of Tyrian Purple #540C38
RGB
CMYK
RGB Variations
Color information
#540C38 (or 0x540C38) is known color: Tyrian Purple. HEX triplet: 54, 0C and 38. RGB value is (84,12,56). Sum of RGB (Red+Green+Blue) = 84+12+56=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #540C38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540C38 is #ABF3C7. Grayscale: #262626. Windows color (decimal): -11269064 or 3673172. OLE color: 3673172.
HSL color Cylindrical-coordinate representation of color #540C38: hue angle of 323.33º 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 #540C38 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 56 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.67 |
| HSL | 323.33º | 0.75% | 0.19% | - |
| HSV(B) | 323.33º | 0.86% | 0.33% | - |
| XYZ | 4.5 | 2.43 | 3.97 | - |
| YUV | 38.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 56 | 0 | 0.86 | 0.33 | 0.67 | 323.33 | 0.75 | 0.19 |
| Hex | 54 | C | 38 | 0 | 56 | 21 | 43 | 143 | 4B | 13 |
| Octal | 124 | 14 | 70 | 0 | 126 | 41 | 103 | 503 | 113 | 23 |
| Binary | 1010100 | 1100 | 111000 | 0 | 1010110 | 100001 | 1000011 | 101000011 | 1001011 | 10011 |
Color Harmonies of #540C38
Complementary color
Monochromatic Colors of #540C38
Black with #540C38
Text Example
Text Example
White with #540C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C38; }
p { color: rgb(84,12,56); }
H1.HeaderClassName
{
color: #540C38;
}
.AnyTagClassName
{
color: #540C38;
}
</style>
background-color css
<style>
a { background-color: #540C38; }
a { background-color: rgb(84,12,56); }
div.DivClassName
{
background-color: #540C38;
}
.BgClassName
{
background-color: #540C38;
}
</style>
border-color css
<style>
span { border-color: #540C38; }
span { border-color: rgb(84,12,56); }
td.TdClassName
{
border-color: #540C38;
}
.TagClassName
{
border-color: #540C38;
}
</style>