Shades of Tyrian Purple #54123F
Tints of Tyrian Purple #54123F
RGB
CMYK
RGB Variations
Color information
#54123F (or 0x54123F) is known color: Tyrian Purple. HEX triplet: 54, 12 and 3F. RGB value is (84,18,63). Sum of RGB (Red+Green+Blue) = 84+18+63=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #54123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54123F is #ABEDC0. Grayscale: #2A2A2A. Windows color (decimal): -11267521 or 4133460. OLE color: 4133460.
HSL color Cylindrical-coordinate representation of color #54123F: hue angle of 319.09º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54123F is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 18 | 63 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.67 |
| HSL | 319.09º | 0.65% | 0.2% | - |
| HSV(B) | 319.09º | 0.79% | 0.33% | - |
| XYZ | 4.77 | 2.68 | 4.97 | - |
| YUV | 42.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 63 | 0 | 0.79 | 0.25 | 0.67 | 319.09 | 0.65 | 0.2 |
| Hex | 54 | 12 | 3F | 0 | 4F | 19 | 43 | 13F | 41 | 14 |
| Octal | 124 | 22 | 77 | 0 | 117 | 31 | 103 | 477 | 101 | 24 |
| Binary | 1010100 | 10010 | 111111 | 0 | 1001111 | 11001 | 1000011 | 100111111 | 1000001 | 10100 |
Color Harmonies of #54123F
Complementary color
Monochromatic Colors of #54123F
Black with #54123F
Text Example
Text Example
White with #54123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54123F; }
p { color: rgb(84,18,63); }
H1.HeaderClassName
{
color: #54123F;
}
.AnyTagClassName
{
color: #54123F;
}
</style>
background-color css
<style>
a { background-color: #54123F; }
a { background-color: rgb(84,18,63); }
div.DivClassName
{
background-color: #54123F;
}
.BgClassName
{
background-color: #54123F;
}
</style>
border-color css
<style>
span { border-color: #54123F; }
span { border-color: rgb(84,18,63); }
td.TdClassName
{
border-color: #54123F;
}
.TagClassName
{
border-color: #54123F;
}
</style>