Shades of Tyrian Purple #54023E
Tints of Tyrian Purple #54023E
RGB
CMYK
RGB Variations
Color information
#54023E (or 0x54023E) is known color: Tyrian Purple. HEX triplet: 54, 02 and 3E. RGB value is (84,2,62). Sum of RGB (Red+Green+Blue) = 84+2+62=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #54023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54023E is #ABFDC1. Grayscale: #212121. Windows color (decimal): -11271618 or 4063828. OLE color: 4063828.
HSL color Cylindrical-coordinate representation of color #54023E: hue angle of 316.1º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #54023E is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 2 | 62 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.67 |
| HSL | 316.1º | 0.95% | 0.17% | - |
| HSV(B) | 316.1º | 0.98% | 0.33% | - |
| XYZ | 4.55 | 2.28 | 4.76 | - |
| YUV | 33.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 62 | 0 | 0.98 | 0.26 | 0.67 | 316.1 | 0.95 | 0.17 |
| Hex | 54 | 2 | 3E | 0 | 62 | 1A | 43 | 13C | 5F | 11 |
| Octal | 124 | 2 | 76 | 0 | 142 | 32 | 103 | 474 | 137 | 21 |
| Binary | 1010100 | 10 | 111110 | 0 | 1100010 | 11010 | 1000011 | 100111100 | 1011111 | 10001 |
Color Harmonies of #54023E
Complementary color
Monochromatic Colors of #54023E
Black with #54023E
Text Example
Text Example
White with #54023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54023E; }
p { color: rgb(84,2,62); }
H1.HeaderClassName
{
color: #54023E;
}
.AnyTagClassName
{
color: #54023E;
}
</style>
background-color css
<style>
a { background-color: #54023E; }
a { background-color: rgb(84,2,62); }
div.DivClassName
{
background-color: #54023E;
}
.BgClassName
{
background-color: #54023E;
}
</style>
border-color css
<style>
span { border-color: #54023E; }
span { border-color: rgb(84,2,62); }
td.TdClassName
{
border-color: #54023E;
}
.TagClassName
{
border-color: #54023E;
}
</style>