Shades of Tyrian Purple #54002B
Tints of Tyrian Purple #54002B
RGB
CMYK
RGB Variations
Color information
#54002B (or 0x54002B) is known color: Tyrian Purple. HEX triplet: 54, 00 and 2B. RGB value is (84,0,43). Sum of RGB (Red+Green+Blue) = 84+0+43=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #54002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54002B is #ABFFD4. Grayscale: #1D1D1D. Windows color (decimal): -11272149 or 2818132. OLE color: 2818132.
HSL color Cylindrical-coordinate representation of color #54002B: hue angle of 329.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54002B is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.49 | 0.67 |
| HSL | 329.29º | 1% | 0.16% | - |
| HSV(B) | 329.29º | 1% | 0.33% | - |
| XYZ | 4.09 | 2.06 | 2.47 | - |
| YUV | 30.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 43 | 0 | 1 | 0.49 | 0.67 | 329.29 | 1 | 0.16 |
| Hex | 54 | 0 | 2B | 0 | 64 | 31 | 43 | 149 | 64 | 10 |
| Octal | 124 | 0 | 53 | 0 | 144 | 61 | 103 | 511 | 144 | 20 |
| Binary | 1010100 | 0 | 101011 | 0 | 1100100 | 110001 | 1000011 | 101001001 | 1100100 | 10000 |
Color Harmonies of #54002B
Complementary color
Monochromatic Colors of #54002B
Black with #54002B
Text Example
Text Example
White with #54002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54002B; }
p { color: rgb(84,0,43); }
H1.HeaderClassName
{
color: #54002B;
}
.AnyTagClassName
{
color: #54002B;
}
</style>
background-color css
<style>
a { background-color: #54002B; }
a { background-color: rgb(84,0,43); }
div.DivClassName
{
background-color: #54002B;
}
.BgClassName
{
background-color: #54002B;
}
</style>
border-color css
<style>
span { border-color: #54002B; }
span { border-color: rgb(84,0,43); }
td.TdClassName
{
border-color: #54002B;
}
.TagClassName
{
border-color: #54002B;
}
</style>