Shades of Tyrian Purple #54103C
Tints of Tyrian Purple #54103C
RGB
CMYK
RGB Variations
Color information
#54103C (or 0x54103C) is known color: Tyrian Purple. HEX triplet: 54, 10 and 3C. RGB value is (84,16,60). Sum of RGB (Red+Green+Blue) = 84+16+60=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #54103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54103C is #ABEFC3. Grayscale: #292929. Windows color (decimal): -11268036 or 3936340. OLE color: 3936340.
HSL color Cylindrical-coordinate representation of color #54103C: hue angle of 321.18º 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 #54103C is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 16 | 60 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.67 |
| HSL | 321.18º | 0.68% | 0.2% | - |
| HSV(B) | 321.18º | 0.81% | 0.33% | - |
| XYZ | 4.66 | 2.58 | 4.53 | - |
| YUV | 41.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 16 | 60 | 0 | 0.81 | 0.29 | 0.67 | 321.18 | 0.68 | 0.2 |
| Hex | 54 | 10 | 3C | 0 | 51 | 1D | 43 | 141 | 44 | 14 |
| Octal | 124 | 20 | 74 | 0 | 121 | 35 | 103 | 501 | 104 | 24 |
| Binary | 1010100 | 10000 | 111100 | 0 | 1010001 | 11101 | 1000011 | 101000001 | 1000100 | 10100 |
Color Harmonies of #54103C
Complementary color
Monochromatic Colors of #54103C
Black with #54103C
Text Example
Text Example
White with #54103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54103C; }
p { color: rgb(84,16,60); }
H1.HeaderClassName
{
color: #54103C;
}
.AnyTagClassName
{
color: #54103C;
}
</style>
background-color css
<style>
a { background-color: #54103C; }
a { background-color: rgb(84,16,60); }
div.DivClassName
{
background-color: #54103C;
}
.BgClassName
{
background-color: #54103C;
}
</style>
border-color css
<style>
span { border-color: #54103C; }
span { border-color: rgb(84,16,60); }
td.TdClassName
{
border-color: #54103C;
}
.TagClassName
{
border-color: #54103C;
}
</style>