Shades of Tyrian Purple #54033A
Tints of Tyrian Purple #54033A
RGB
CMYK
RGB Variations
Color information
#54033A (or 0x54033A) is known color: Tyrian Purple. HEX triplet: 54, 03 and 3A. RGB value is (84,3,58). Sum of RGB (Red+Green+Blue) = 84+3+58=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #54033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54033A is #ABFCC5. Grayscale: #212121. Windows color (decimal): -11271366 or 3801940. OLE color: 3801940.
HSL color Cylindrical-coordinate representation of color #54033A: hue angle of 319.26º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54033A is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 3 | 58 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.67 |
| HSL | 319.26º | 0.93% | 0.17% | - |
| HSV(B) | 319.26º | 0.96% | 0.33% | - |
| XYZ | 4.45 | 2.26 | 4.2 | - |
| YUV | 33.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 58 | 0 | 0.96 | 0.31 | 0.67 | 319.26 | 0.93 | 0.17 |
| Hex | 54 | 3 | 3A | 0 | 60 | 1F | 43 | 13F | 5D | 11 |
| Octal | 124 | 3 | 72 | 0 | 140 | 37 | 103 | 477 | 135 | 21 |
| Binary | 1010100 | 11 | 111010 | 0 | 1100000 | 11111 | 1000011 | 100111111 | 1011101 | 10001 |
Color Harmonies of #54033A
Complementary color
Monochromatic Colors of #54033A
Black with #54033A
Text Example
Text Example
White with #54033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54033A; }
p { color: rgb(84,3,58); }
H1.HeaderClassName
{
color: #54033A;
}
.AnyTagClassName
{
color: #54033A;
}
</style>
background-color css
<style>
a { background-color: #54033A; }
a { background-color: rgb(84,3,58); }
div.DivClassName
{
background-color: #54033A;
}
.BgClassName
{
background-color: #54033A;
}
</style>
border-color css
<style>
span { border-color: #54033A; }
span { border-color: rgb(84,3,58); }
td.TdClassName
{
border-color: #54033A;
}
.TagClassName
{
border-color: #54033A;
}
</style>