Shades of Tyrian Purple #54103D
Tints of Tyrian Purple #54103D
RGB
CMYK
RGB Variations
Color information
#54103D (or 0x54103D) is known color: Tyrian Purple. HEX triplet: 54, 10 and 3D. RGB value is (84,16,61). Sum of RGB (Red+Green+Blue) = 84+16+61=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54103D is #ABEFC2. Grayscale: #292929. Windows color (decimal): -11268035 or 4001876. OLE color: 4001876.
HSL color Cylindrical-coordinate representation of color #54103D: hue angle of 320.29º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54103D is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 16 | 61 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.67 |
| HSL | 320.29º | 0.68% | 0.2% | - |
| HSV(B) | 320.29º | 0.81% | 0.33% | - |
| XYZ | 4.68 | 2.59 | 4.67 | - |
| YUV | 41.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 16 | 61 | 0 | 0.81 | 0.27 | 0.67 | 320.29 | 0.68 | 0.2 |
| Hex | 54 | 10 | 3D | 0 | 51 | 1B | 43 | 140 | 44 | 14 |
| Octal | 124 | 20 | 75 | 0 | 121 | 33 | 103 | 500 | 104 | 24 |
| Binary | 1010100 | 10000 | 111101 | 0 | 1010001 | 11011 | 1000011 | 101000000 | 1000100 | 10100 |
Color Harmonies of #54103D
Complementary color
Monochromatic Colors of #54103D
Black with #54103D
Text Example
Text Example
White with #54103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54103D; }
p { color: rgb(84,16,61); }
H1.HeaderClassName
{
color: #54103D;
}
.AnyTagClassName
{
color: #54103D;
}
</style>
background-color css
<style>
a { background-color: #54103D; }
a { background-color: rgb(84,16,61); }
div.DivClassName
{
background-color: #54103D;
}
.BgClassName
{
background-color: #54103D;
}
</style>
border-color css
<style>
span { border-color: #54103D; }
span { border-color: rgb(84,16,61); }
td.TdClassName
{
border-color: #54103D;
}
.TagClassName
{
border-color: #54103D;
}
</style>