Shades of Tyrian Purple #54063D
Tints of Tyrian Purple #54063D
RGB
CMYK
RGB Variations
Color information
#54063D (or 0x54063D) is known color: Tyrian Purple. HEX triplet: 54, 06 and 3D. RGB value is (84,6,61). Sum of RGB (Red+Green+Blue) = 84+6+61=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #54063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54063D is #ABF9C2. Grayscale: #232323. Windows color (decimal): -11270595 or 3999316. OLE color: 3999316.
HSL color Cylindrical-coordinate representation of color #54063D: hue angle of 317.69º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54063D is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 6 | 61 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.67 |
| HSL | 317.69º | 0.87% | 0.18% | - |
| HSV(B) | 317.69º | 0.93% | 0.33% | - |
| XYZ | 4.56 | 2.35 | 4.63 | - |
| YUV | 35.59 | 142.34 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 61 | 0 | 0.93 | 0.27 | 0.67 | 317.69 | 0.87 | 0.18 |
| Hex | 54 | 6 | 3D | 0 | 5D | 1B | 43 | 13E | 57 | 12 |
| Octal | 124 | 6 | 75 | 0 | 135 | 33 | 103 | 476 | 127 | 22 |
| Binary | 1010100 | 110 | 111101 | 0 | 1011101 | 11011 | 1000011 | 100111110 | 1010111 | 10010 |
Color Harmonies of #54063D
Complementary color
Monochromatic Colors of #54063D
Black with #54063D
Text Example
Text Example
White with #54063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54063D; }
p { color: rgb(84,6,61); }
H1.HeaderClassName
{
color: #54063D;
}
.AnyTagClassName
{
color: #54063D;
}
</style>
background-color css
<style>
a { background-color: #54063D; }
a { background-color: rgb(84,6,61); }
div.DivClassName
{
background-color: #54063D;
}
.BgClassName
{
background-color: #54063D;
}
</style>
border-color css
<style>
span { border-color: #54063D; }
span { border-color: rgb(84,6,61); }
td.TdClassName
{
border-color: #54063D;
}
.TagClassName
{
border-color: #54063D;
}
</style>