Shades of Tyrian Purple #54013B
Tints of Tyrian Purple #54013B
RGB
CMYK
RGB Variations
Color information
#54013B (or 0x54013B) is known color: Tyrian Purple. HEX triplet: 54, 01 and 3B. RGB value is (84,1,59). Sum of RGB (Red+Green+Blue) = 84+1+59=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #54013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54013B is #ABFEC4. Grayscale: #202020. Windows color (decimal): -11271877 or 3866964. OLE color: 3866964.
HSL color Cylindrical-coordinate representation of color #54013B: hue angle of 318.07º 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 #54013B is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.67 |
| HSL | 318.07º | 0.98% | 0.17% | - |
| HSV(B) | 318.07º | 0.99% | 0.33% | - |
| XYZ | 4.46 | 2.22 | 4.33 | - |
| YUV | 32.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 59 | 0 | 0.99 | 0.30 | 0.67 | 318.07 | 0.98 | 0.17 |
| Hex | 54 | 1 | 3B | 0 | 63 | 1E | 43 | 13E | 62 | 11 |
| Octal | 124 | 1 | 73 | 0 | 143 | 36 | 103 | 476 | 142 | 21 |
| Binary | 1010100 | 1 | 111011 | 0 | 1100011 | 11110 | 1000011 | 100111110 | 1100010 | 10001 |
Color Harmonies of #54013B
Complementary color
Monochromatic Colors of #54013B
Black with #54013B
Text Example
Text Example
White with #54013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54013B; }
p { color: rgb(84,1,59); }
H1.HeaderClassName
{
color: #54013B;
}
.AnyTagClassName
{
color: #54013B;
}
</style>
background-color css
<style>
a { background-color: #54013B; }
a { background-color: rgb(84,1,59); }
div.DivClassName
{
background-color: #54013B;
}
.BgClassName
{
background-color: #54013B;
}
</style>
border-color css
<style>
span { border-color: #54013B; }
span { border-color: rgb(84,1,59); }
td.TdClassName
{
border-color: #54013B;
}
.TagClassName
{
border-color: #54013B;
}
</style>