Shades of Tyrian Purple #54023C
Tints of Tyrian Purple #54023C
RGB
CMYK
RGB Variations
Color information
#54023C (or 0x54023C) is known color: Tyrian Purple. HEX triplet: 54, 02 and 3C. RGB value is (84,2,60). Sum of RGB (Red+Green+Blue) = 84+2+60=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #54023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54023C is #ABFDC3. Grayscale: #202020. Windows color (decimal): -11271620 or 3932756. OLE color: 3932756.
HSL color Cylindrical-coordinate representation of color #54023C: hue angle of 317.56º 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 #54023C is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 2 | 60 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.67 |
| HSL | 317.56º | 0.95% | 0.17% | - |
| HSV(B) | 317.56º | 0.98% | 0.33% | - |
| XYZ | 4.49 | 2.25 | 4.47 | - |
| YUV | 33.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 60 | 0 | 0.98 | 0.29 | 0.67 | 317.56 | 0.95 | 0.17 |
| Hex | 54 | 2 | 3C | 0 | 62 | 1D | 43 | 13E | 5F | 11 |
| Octal | 124 | 2 | 74 | 0 | 142 | 35 | 103 | 476 | 137 | 21 |
| Binary | 1010100 | 10 | 111100 | 0 | 1100010 | 11101 | 1000011 | 100111110 | 1011111 | 10001 |
Color Harmonies of #54023C
Complementary color
Monochromatic Colors of #54023C
Black with #54023C
Text Example
Text Example
White with #54023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54023C; }
p { color: rgb(84,2,60); }
H1.HeaderClassName
{
color: #54023C;
}
.AnyTagClassName
{
color: #54023C;
}
</style>
background-color css
<style>
a { background-color: #54023C; }
a { background-color: rgb(84,2,60); }
div.DivClassName
{
background-color: #54023C;
}
.BgClassName
{
background-color: #54023C;
}
</style>
border-color css
<style>
span { border-color: #54023C; }
span { border-color: rgb(84,2,60); }
td.TdClassName
{
border-color: #54023C;
}
.TagClassName
{
border-color: #54023C;
}
</style>