Shades of Tyrian Purple #54013A
Tints of Tyrian Purple #54013A
RGB
CMYK
RGB Variations
Color information
#54013A (or 0x54013A) is known color: Tyrian Purple. HEX triplet: 54, 01 and 3A. RGB value is (84,1,58). Sum of RGB (Red+Green+Blue) = 84+1+58=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #54013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54013A is #ABFEC5. Grayscale: #202020. Windows color (decimal): -11271878 or 3801428. OLE color: 3801428.
HSL color Cylindrical-coordinate representation of color #54013A: hue angle of 318.8º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54013A is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.67 |
| HSL | 318.8º | 0.98% | 0.17% | - |
| HSV(B) | 318.8º | 0.99% | 0.33% | - |
| XYZ | 4.43 | 2.21 | 4.2 | - |
| YUV | 32.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 58 | 0 | 0.99 | 0.31 | 0.67 | 318.8 | 0.98 | 0.17 |
| Hex | 54 | 1 | 3A | 0 | 63 | 1F | 43 | 13F | 62 | 11 |
| Octal | 124 | 1 | 72 | 0 | 143 | 37 | 103 | 477 | 142 | 21 |
| Binary | 1010100 | 1 | 111010 | 0 | 1100011 | 11111 | 1000011 | 100111111 | 1100010 | 10001 |
Color Harmonies of #54013A
Complementary color
Monochromatic Colors of #54013A
Black with #54013A
Text Example
Text Example
White with #54013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54013A; }
p { color: rgb(84,1,58); }
H1.HeaderClassName
{
color: #54013A;
}
.AnyTagClassName
{
color: #54013A;
}
</style>
background-color css
<style>
a { background-color: #54013A; }
a { background-color: rgb(84,1,58); }
div.DivClassName
{
background-color: #54013A;
}
.BgClassName
{
background-color: #54013A;
}
</style>
border-color css
<style>
span { border-color: #54013A; }
span { border-color: rgb(84,1,58); }
td.TdClassName
{
border-color: #54013A;
}
.TagClassName
{
border-color: #54013A;
}
</style>