Shades of Tyrian Purple #54024C
Tints of Tyrian Purple #54024C
RGB
CMYK
RGB Variations
Color information
#54024C (or 0x54024C) is known color: Tyrian Purple. HEX triplet: 54, 02 and 4C. RGB value is (84,2,76). Sum of RGB (Red+Green+Blue) = 84+2+76=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54024C is #ABFDB3. Grayscale: #222222. Windows color (decimal): -11271604 or 4981332. OLE color: 4981332.
HSL color Cylindrical-coordinate representation of color #54024C: hue angle of 305.85º 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 #54024C is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 2 | 76 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.67 |
| HSL | 305.85º | 0.95% | 0.17% | - |
| HSV(B) | 305.85º | 0.98% | 0.33% | - |
| XYZ | 4.98 | 2.45 | 7.05 | - |
| YUV | 34.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 76 | 0 | 0.98 | 0.10 | 0.67 | 305.85 | 0.95 | 0.17 |
| Hex | 54 | 2 | 4C | 0 | 62 | A | 43 | 132 | 5F | 11 |
| Octal | 124 | 2 | 114 | 0 | 142 | 12 | 103 | 462 | 137 | 21 |
| Binary | 1010100 | 10 | 1001100 | 0 | 1100010 | 1010 | 1000011 | 100110010 | 1011111 | 10001 |
Color Harmonies of #54024C
Complementary color
Monochromatic Colors of #54024C
Black with #54024C
Text Example
Text Example
White with #54024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54024C; }
p { color: rgb(84,2,76); }
H1.HeaderClassName
{
color: #54024C;
}
.AnyTagClassName
{
color: #54024C;
}
</style>
background-color css
<style>
a { background-color: #54024C; }
a { background-color: rgb(84,2,76); }
div.DivClassName
{
background-color: #54024C;
}
.BgClassName
{
background-color: #54024C;
}
</style>
border-color css
<style>
span { border-color: #54024C; }
span { border-color: rgb(84,2,76); }
td.TdClassName
{
border-color: #54024C;
}
.TagClassName
{
border-color: #54024C;
}
</style>