Shades of Tyrian Purple #54093D
Tints of Tyrian Purple #54093D
RGB
CMYK
RGB Variations
Color information
#54093D (or 0x54093D) is known color: Tyrian Purple. HEX triplet: 54, 09 and 3D. RGB value is (84,9,61). Sum of RGB (Red+Green+Blue) = 84+9+61=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #54093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54093D is #ABF6C2. Grayscale: #252525. Windows color (decimal): -11269827 or 4000084. OLE color: 4000084.
HSL color Cylindrical-coordinate representation of color #54093D: hue angle of 318.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #54093D is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 9 | 61 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.67 |
| HSL | 318.4º | 0.81% | 0.18% | - |
| HSV(B) | 318.4º | 0.89% | 0.33% | - |
| XYZ | 4.6 | 2.42 | 4.64 | - |
| YUV | 37.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 61 | 0 | 0.89 | 0.27 | 0.67 | 318.4 | 0.81 | 0.18 |
| Hex | 54 | 9 | 3D | 0 | 59 | 1B | 43 | 13E | 51 | 12 |
| Octal | 124 | 11 | 75 | 0 | 131 | 33 | 103 | 476 | 121 | 22 |
| Binary | 1010100 | 1001 | 111101 | 0 | 1011001 | 11011 | 1000011 | 100111110 | 1010001 | 10010 |
Color Harmonies of #54093D
Complementary color
Monochromatic Colors of #54093D
Black with #54093D
Text Example
Text Example
White with #54093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54093D; }
p { color: rgb(84,9,61); }
H1.HeaderClassName
{
color: #54093D;
}
.AnyTagClassName
{
color: #54093D;
}
</style>
background-color css
<style>
a { background-color: #54093D; }
a { background-color: rgb(84,9,61); }
div.DivClassName
{
background-color: #54093D;
}
.BgClassName
{
background-color: #54093D;
}
</style>
border-color css
<style>
span { border-color: #54093D; }
span { border-color: rgb(84,9,61); }
td.TdClassName
{
border-color: #54093D;
}
.TagClassName
{
border-color: #54093D;
}
</style>