Shades of Tyrian Purple #54024F
Tints of Tyrian Purple #54024F
RGB
CMYK
RGB Variations
Color information
#54024F (or 0x54024F) is known color: Tyrian Purple. HEX triplet: 54, 02 and 4F. RGB value is (84,2,79). Sum of RGB (Red+Green+Blue) = 84+2+79=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #54024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54024F is #ABFDB0. Grayscale: #232323. Windows color (decimal): -11271601 or 5177940. OLE color: 5177940.
HSL color Cylindrical-coordinate representation of color #54024F: hue angle of 303.66º 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 #54024F is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 2 | 79 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.67 |
| HSL | 303.66º | 0.95% | 0.17% | - |
| HSV(B) | 303.66º | 0.98% | 0.33% | - |
| XYZ | 5.09 | 2.49 | 7.61 | - |
| YUV | 35.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 79 | 0 | 0.98 | 0.06 | 0.67 | 303.66 | 0.95 | 0.17 |
| Hex | 54 | 2 | 4F | 0 | 62 | 6 | 43 | 130 | 5F | 11 |
| Octal | 124 | 2 | 117 | 0 | 142 | 6 | 103 | 460 | 137 | 21 |
| Binary | 1010100 | 10 | 1001111 | 0 | 1100010 | 110 | 1000011 | 100110000 | 1011111 | 10001 |
Color Harmonies of #54024F
Complementary color
Monochromatic Colors of #54024F
Black with #54024F
Text Example
Text Example
White with #54024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54024F; }
p { color: rgb(84,2,79); }
H1.HeaderClassName
{
color: #54024F;
}
.AnyTagClassName
{
color: #54024F;
}
</style>
background-color css
<style>
a { background-color: #54024F; }
a { background-color: rgb(84,2,79); }
div.DivClassName
{
background-color: #54024F;
}
.BgClassName
{
background-color: #54024F;
}
</style>
border-color css
<style>
span { border-color: #54024F; }
span { border-color: rgb(84,2,79); }
td.TdClassName
{
border-color: #54024F;
}
.TagClassName
{
border-color: #54024F;
}
</style>