Shades of Tyrian Purple #54103E
Tints of Tyrian Purple #54103E
RGB
CMYK
RGB Variations
Color information
#54103E (or 0x54103E) is known color: Tyrian Purple. HEX triplet: 54, 10 and 3E. RGB value is (84,16,62). Sum of RGB (Red+Green+Blue) = 84+16+62=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54103E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54103E is #ABEFC1. Grayscale: #292929. Windows color (decimal): -11268034 or 4067412. OLE color: 4067412.
HSL color Cylindrical-coordinate representation of color #54103E: hue angle of 319.41º 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 #54103E is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 16 | 62 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.67 |
| HSL | 319.41º | 0.68% | 0.2% | - |
| HSV(B) | 319.41º | 0.81% | 0.33% | - |
| XYZ | 4.71 | 2.6 | 4.81 | - |
| YUV | 41.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 16 | 62 | 0 | 0.81 | 0.26 | 0.67 | 319.41 | 0.68 | 0.2 |
| Hex | 54 | 10 | 3E | 0 | 51 | 1A | 43 | 13F | 44 | 14 |
| Octal | 124 | 20 | 76 | 0 | 121 | 32 | 103 | 477 | 104 | 24 |
| Binary | 1010100 | 10000 | 111110 | 0 | 1010001 | 11010 | 1000011 | 100111111 | 1000100 | 10100 |
Color Harmonies of #54103E
Complementary color
Monochromatic Colors of #54103E
Black with #54103E
Text Example
Text Example
White with #54103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54103E; }
p { color: rgb(84,16,62); }
H1.HeaderClassName
{
color: #54103E;
}
.AnyTagClassName
{
color: #54103E;
}
</style>
background-color css
<style>
a { background-color: #54103E; }
a { background-color: rgb(84,16,62); }
div.DivClassName
{
background-color: #54103E;
}
.BgClassName
{
background-color: #54103E;
}
</style>
border-color css
<style>
span { border-color: #54103E; }
span { border-color: rgb(84,16,62); }
td.TdClassName
{
border-color: #54103E;
}
.TagClassName
{
border-color: #54103E;
}
</style>