Shades of Tyrian Purple #54042F
Tints of Tyrian Purple #54042F
RGB
CMYK
RGB Variations
Color information
#54042F (or 0x54042F) is known color: Tyrian Purple. HEX triplet: 54, 04 and 2F. RGB value is (84,4,47). Sum of RGB (Red+Green+Blue) = 84+4+47=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #54042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54042F is #ABFBD0. Grayscale: #202020. Windows color (decimal): -11271121 or 3081300. OLE color: 3081300.
HSL color Cylindrical-coordinate representation of color #54042F: hue angle of 327.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #54042F is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 4 | 47 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.67 |
| HSL | 327.75º | 0.91% | 0.17% | - |
| HSV(B) | 327.75º | 0.95% | 0.33% | - |
| XYZ | 4.21 | 2.18 | 2.89 | - |
| YUV | 32.82 | 136 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 47 | 0 | 0.95 | 0.44 | 0.67 | 327.75 | 0.91 | 0.17 |
| Hex | 54 | 4 | 2F | 0 | 5F | 2C | 43 | 148 | 5B | 11 |
| Octal | 124 | 4 | 57 | 0 | 137 | 54 | 103 | 510 | 133 | 21 |
| Binary | 1010100 | 100 | 101111 | 0 | 1011111 | 101100 | 1000011 | 101001000 | 1011011 | 10001 |
Color Harmonies of #54042F
Complementary color
Monochromatic Colors of #54042F
Black with #54042F
Text Example
Text Example
White with #54042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54042F; }
p { color: rgb(84,4,47); }
H1.HeaderClassName
{
color: #54042F;
}
.AnyTagClassName
{
color: #54042F;
}
</style>
background-color css
<style>
a { background-color: #54042F; }
a { background-color: rgb(84,4,47); }
div.DivClassName
{
background-color: #54042F;
}
.BgClassName
{
background-color: #54042F;
}
</style>
border-color css
<style>
span { border-color: #54042F; }
span { border-color: rgb(84,4,47); }
td.TdClassName
{
border-color: #54042F;
}
.TagClassName
{
border-color: #54042F;
}
</style>