Shades of Tyrian Purple #54022E
Tints of Tyrian Purple #54022E
RGB
CMYK
RGB Variations
Color information
#54022E (or 0x54022E) is known color: Tyrian Purple. HEX triplet: 54, 02 and 2E. RGB value is (84,2,46). Sum of RGB (Red+Green+Blue) = 84+2+46=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #54022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54022E is #ABFDD1. Grayscale: #1F1F1F. Windows color (decimal): -11271634 or 3015252. OLE color: 3015252.
HSL color Cylindrical-coordinate representation of color #54022E: hue angle of 327.8º 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 #54022E is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.67 |
| HSL | 327.8º | 0.95% | 0.17% | - |
| HSV(B) | 327.8º | 0.98% | 0.33% | - |
| XYZ | 4.17 | 2.13 | 2.78 | - |
| YUV | 31.53 | 136.17 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 46 | 0 | 0.98 | 0.45 | 0.67 | 327.8 | 0.95 | 0.17 |
| Hex | 54 | 2 | 2E | 0 | 62 | 2D | 43 | 148 | 5F | 11 |
| Octal | 124 | 2 | 56 | 0 | 142 | 55 | 103 | 510 | 137 | 21 |
| Binary | 1010100 | 10 | 101110 | 0 | 1100010 | 101101 | 1000011 | 101001000 | 1011111 | 10001 |
Color Harmonies of #54022E
Complementary color
Monochromatic Colors of #54022E
Black with #54022E
Text Example
Text Example
White with #54022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54022E; }
p { color: rgb(84,2,46); }
H1.HeaderClassName
{
color: #54022E;
}
.AnyTagClassName
{
color: #54022E;
}
</style>
background-color css
<style>
a { background-color: #54022E; }
a { background-color: rgb(84,2,46); }
div.DivClassName
{
background-color: #54022E;
}
.BgClassName
{
background-color: #54022E;
}
</style>
border-color css
<style>
span { border-color: #54022E; }
span { border-color: rgb(84,2,46); }
td.TdClassName
{
border-color: #54022E;
}
.TagClassName
{
border-color: #54022E;
}
</style>