Shades of Tyrian Purple #54024A
Tints of Tyrian Purple #54024A
RGB
CMYK
RGB Variations
Color information
#54024A (or 0x54024A) is known color: Tyrian Purple. HEX triplet: 54, 02 and 4A. RGB value is (84,2,74). Sum of RGB (Red+Green+Blue) = 84+2+74=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #54024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54024A is #ABFDB5. Grayscale: #222222. Windows color (decimal): -11271606 or 4850260. OLE color: 4850260.
HSL color Cylindrical-coordinate representation of color #54024A: hue angle of 307.32º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #54024A is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 2 | 74 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.67 |
| HSL | 307.32º | 0.95% | 0.17% | - |
| HSV(B) | 307.32º | 0.98% | 0.33% | - |
| XYZ | 4.91 | 2.42 | 6.69 | - |
| YUV | 34.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 74 | 0 | 0.98 | 0.12 | 0.67 | 307.32 | 0.95 | 0.17 |
| Hex | 54 | 2 | 4A | 0 | 62 | C | 43 | 133 | 5F | 11 |
| Octal | 124 | 2 | 112 | 0 | 142 | 14 | 103 | 463 | 137 | 21 |
| Binary | 1010100 | 10 | 1001010 | 0 | 1100010 | 1100 | 1000011 | 100110011 | 1011111 | 10001 |
Color Harmonies of #54024A
Complementary color
Monochromatic Colors of #54024A
Black with #54024A
Text Example
Text Example
White with #54024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54024A; }
p { color: rgb(84,2,74); }
H1.HeaderClassName
{
color: #54024A;
}
.AnyTagClassName
{
color: #54024A;
}
</style>
background-color css
<style>
a { background-color: #54024A; }
a { background-color: rgb(84,2,74); }
div.DivClassName
{
background-color: #54024A;
}
.BgClassName
{
background-color: #54024A;
}
</style>
border-color css
<style>
span { border-color: #54024A; }
span { border-color: rgb(84,2,74); }
td.TdClassName
{
border-color: #54024A;
}
.TagClassName
{
border-color: #54024A;
}
</style>