Shades of Tyrian Purple #54004B
Tints of Tyrian Purple #54004B
RGB
CMYK
RGB Variations
Color information
#54004B (or 0x54004B) is known color: Tyrian Purple. HEX triplet: 54, 00 and 4B. RGB value is (84,0,75). Sum of RGB (Red+Green+Blue) = 84+0+75=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #54004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54004B is #ABFFB4. Grayscale: #212121. Windows color (decimal): -11272117 or 4915284. OLE color: 4915284.
HSL color Cylindrical-coordinate representation of color #54004B: hue angle of 306.43º 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 #54004B is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.11 | 0.67 |
| HSL | 306.43º | 1% | 0.16% | - |
| HSV(B) | 306.43º | 1% | 0.33% | - |
| XYZ | 4.93 | 2.39 | 6.86 | - |
| YUV | 33.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 75 | 0 | 1 | 0.11 | 0.67 | 306.43 | 1 | 0.16 |
| Hex | 54 | 0 | 4B | 0 | 64 | B | 43 | 132 | 64 | 10 |
| Octal | 124 | 0 | 113 | 0 | 144 | 13 | 103 | 462 | 144 | 20 |
| Binary | 1010100 | 0 | 1001011 | 0 | 1100100 | 1011 | 1000011 | 100110010 | 1100100 | 10000 |
Color Harmonies of #54004B
Complementary color
Monochromatic Colors of #54004B
Black with #54004B
Text Example
Text Example
White with #54004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54004B; }
p { color: rgb(84,0,75); }
H1.HeaderClassName
{
color: #54004B;
}
.AnyTagClassName
{
color: #54004B;
}
</style>
background-color css
<style>
a { background-color: #54004B; }
a { background-color: rgb(84,0,75); }
div.DivClassName
{
background-color: #54004B;
}
.BgClassName
{
background-color: #54004B;
}
</style>
border-color css
<style>
span { border-color: #54004B; }
span { border-color: rgb(84,0,75); }
td.TdClassName
{
border-color: #54004B;
}
.TagClassName
{
border-color: #54004B;
}
</style>