Shades of Tyrian Purple #54093B
Tints of Tyrian Purple #54093B
RGB
CMYK
RGB Variations
Color information
#54093B (or 0x54093B) is known color: Tyrian Purple. HEX triplet: 54, 09 and 3B. RGB value is (84,9,59). Sum of RGB (Red+Green+Blue) = 84+9+59=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54093B is #ABF6C4. Grayscale: #252525. Windows color (decimal): -11269829 or 3869012. OLE color: 3869012.
HSL color Cylindrical-coordinate representation of color #54093B: hue angle of 320º 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 #54093B is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 9 | 59 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.67 |
| HSL | 320º | 0.81% | 0.18% | - |
| HSV(B) | 320º | 0.89% | 0.33% | - |
| XYZ | 4.54 | 2.4 | 4.36 | - |
| YUV | 37.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 59 | 0 | 0.89 | 0.30 | 0.67 | 320 | 0.81 | 0.18 |
| Hex | 54 | 9 | 3B | 0 | 59 | 1E | 43 | 140 | 51 | 12 |
| Octal | 124 | 11 | 73 | 0 | 131 | 36 | 103 | 500 | 121 | 22 |
| Binary | 1010100 | 1001 | 111011 | 0 | 1011001 | 11110 | 1000011 | 101000000 | 1010001 | 10010 |
Color Harmonies of #54093B
Complementary color
Monochromatic Colors of #54093B
Black with #54093B
Text Example
Text Example
White with #54093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54093B; }
p { color: rgb(84,9,59); }
H1.HeaderClassName
{
color: #54093B;
}
.AnyTagClassName
{
color: #54093B;
}
</style>
background-color css
<style>
a { background-color: #54093B; }
a { background-color: rgb(84,9,59); }
div.DivClassName
{
background-color: #54093B;
}
.BgClassName
{
background-color: #54093B;
}
</style>
border-color css
<style>
span { border-color: #54093B; }
span { border-color: rgb(84,9,59); }
td.TdClassName
{
border-color: #54093B;
}
.TagClassName
{
border-color: #54093B;
}
</style>