Shades of Tyrian Purple #54083E
Tints of Tyrian Purple #54083E
RGB
CMYK
RGB Variations
Color information
#54083E (or 0x54083E) is known color: Tyrian Purple. HEX triplet: 54, 08 and 3E. RGB value is (84,8,62). Sum of RGB (Red+Green+Blue) = 84+8+62=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #54083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54083E is #ABF7C1. Grayscale: #242424. Windows color (decimal): -11270082 or 4065364. OLE color: 4065364.
HSL color Cylindrical-coordinate representation of color #54083E: hue angle of 317.37º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54083E is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 8 | 62 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.67 |
| HSL | 317.37º | 0.83% | 0.18% | - |
| HSV(B) | 317.37º | 0.9% | 0.33% | - |
| XYZ | 4.61 | 2.41 | 4.78 | - |
| YUV | 36.88 | 142.18 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 62 | 0 | 0.90 | 0.26 | 0.67 | 317.37 | 0.83 | 0.18 |
| Hex | 54 | 8 | 3E | 0 | 5A | 1A | 43 | 13D | 53 | 12 |
| Octal | 124 | 10 | 76 | 0 | 132 | 32 | 103 | 475 | 123 | 22 |
| Binary | 1010100 | 1000 | 111110 | 0 | 1011010 | 11010 | 1000011 | 100111101 | 1010011 | 10010 |
Color Harmonies of #54083E
Complementary color
Monochromatic Colors of #54083E
Black with #54083E
Text Example
Text Example
White with #54083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54083E; }
p { color: rgb(84,8,62); }
H1.HeaderClassName
{
color: #54083E;
}
.AnyTagClassName
{
color: #54083E;
}
</style>
background-color css
<style>
a { background-color: #54083E; }
a { background-color: rgb(84,8,62); }
div.DivClassName
{
background-color: #54083E;
}
.BgClassName
{
background-color: #54083E;
}
</style>
border-color css
<style>
span { border-color: #54083E; }
span { border-color: rgb(84,8,62); }
td.TdClassName
{
border-color: #54083E;
}
.TagClassName
{
border-color: #54083E;
}
</style>