Shades of Tyrian Purple #54113F
Tints of Tyrian Purple #54113F
RGB
CMYK
RGB Variations
Color information
#54113F (or 0x54113F) is known color: Tyrian Purple. HEX triplet: 54, 11 and 3F. RGB value is (84,17,63). Sum of RGB (Red+Green+Blue) = 84+17+63=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #54113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54113F is #ABEEC0. Grayscale: #2A2A2A. Windows color (decimal): -11267777 or 4133204. OLE color: 4133204.
HSL color Cylindrical-coordinate representation of color #54113F: hue angle of 318.81º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54113F is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 17 | 63 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.67 |
| HSL | 318.81º | 0.66% | 0.2% | - |
| HSV(B) | 318.81º | 0.8% | 0.33% | - |
| XYZ | 4.75 | 2.64 | 4.96 | - |
| YUV | 42.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 63 | 0 | 0.80 | 0.25 | 0.67 | 318.81 | 0.66 | 0.2 |
| Hex | 54 | 11 | 3F | 0 | 50 | 19 | 43 | 13F | 42 | 14 |
| Octal | 124 | 21 | 77 | 0 | 120 | 31 | 103 | 477 | 102 | 24 |
| Binary | 1010100 | 10001 | 111111 | 0 | 1010000 | 11001 | 1000011 | 100111111 | 1000010 | 10100 |
Color Harmonies of #54113F
Complementary color
Monochromatic Colors of #54113F
Black with #54113F
Text Example
Text Example
White with #54113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54113F; }
p { color: rgb(84,17,63); }
H1.HeaderClassName
{
color: #54113F;
}
.AnyTagClassName
{
color: #54113F;
}
</style>
background-color css
<style>
a { background-color: #54113F; }
a { background-color: rgb(84,17,63); }
div.DivClassName
{
background-color: #54113F;
}
.BgClassName
{
background-color: #54113F;
}
</style>
border-color css
<style>
span { border-color: #54113F; }
span { border-color: rgb(84,17,63); }
td.TdClassName
{
border-color: #54113F;
}
.TagClassName
{
border-color: #54113F;
}
</style>