Shades of Tyrian Purple #540F3E
Tints of Tyrian Purple #540F3E
RGB
CMYK
RGB Variations
Color information
#540F3E (or 0x540F3E) is known color: Tyrian Purple. HEX triplet: 54, 0F and 3E. RGB value is (84,15,62). Sum of RGB (Red+Green+Blue) = 84+15+62=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #540F3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540F3E is #ABF0C1. Grayscale: #282828. Windows color (decimal): -11268290 or 4067156. OLE color: 4067156.
HSL color Cylindrical-coordinate representation of color #540F3E: hue angle of 319.13º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #540F3E is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 15 | 62 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.67 |
| HSL | 319.13º | 0.7% | 0.19% | - |
| HSV(B) | 319.13º | 0.82% | 0.33% | - |
| XYZ | 4.7 | 2.57 | 4.81 | - |
| YUV | 40.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 62 | 0 | 0.82 | 0.26 | 0.67 | 319.13 | 0.7 | 0.19 |
| Hex | 54 | F | 3E | 0 | 52 | 1A | 43 | 13F | 46 | 13 |
| Octal | 124 | 17 | 76 | 0 | 122 | 32 | 103 | 477 | 106 | 23 |
| Binary | 1010100 | 1111 | 111110 | 0 | 1010010 | 11010 | 1000011 | 100111111 | 1000110 | 10011 |
Color Harmonies of #540F3E
Complementary color
Monochromatic Colors of #540F3E
Black with #540F3E
Text Example
Text Example
White with #540F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F3E; }
p { color: rgb(84,15,62); }
H1.HeaderClassName
{
color: #540F3E;
}
.AnyTagClassName
{
color: #540F3E;
}
</style>
background-color css
<style>
a { background-color: #540F3E; }
a { background-color: rgb(84,15,62); }
div.DivClassName
{
background-color: #540F3E;
}
.BgClassName
{
background-color: #540F3E;
}
</style>
border-color css
<style>
span { border-color: #540F3E; }
span { border-color: rgb(84,15,62); }
td.TdClassName
{
border-color: #540F3E;
}
.TagClassName
{
border-color: #540F3E;
}
</style>