Shades of Tyrian Purple #54012A
Tints of Tyrian Purple #54012A
RGB
CMYK
RGB Variations
Color information
#54012A (or 0x54012A) is known color: Tyrian Purple. HEX triplet: 54, 01 and 2A. RGB value is (84,1,42). Sum of RGB (Red+Green+Blue) = 84+1+42=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #54012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54012A is #ABFED5. Grayscale: #1E1E1E. Windows color (decimal): -11271894 or 2752852. OLE color: 2752852.
HSL color Cylindrical-coordinate representation of color #54012A: hue angle of 330.36º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54012A is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.67 |
| HSL | 330.36º | 0.98% | 0.17% | - |
| HSV(B) | 330.36º | 0.99% | 0.33% | - |
| XYZ | 4.08 | 2.07 | 2.38 | - |
| YUV | 30.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 42 | 0 | 0.99 | 0.5 | 0.67 | 330.36 | 0.98 | 0.17 |
| Hex | 54 | 1 | 2A | 0 | 63 | 32 | 43 | 14A | 62 | 11 |
| Octal | 124 | 1 | 52 | 0 | 143 | 62 | 103 | 512 | 142 | 21 |
| Binary | 1010100 | 1 | 101010 | 0 | 1100011 | 110010 | 1000011 | 101001010 | 1100010 | 10001 |
Color Harmonies of #54012A
Complementary color
Monochromatic Colors of #54012A
Black with #54012A
Text Example
Text Example
White with #54012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54012A; }
p { color: rgb(84,1,42); }
H1.HeaderClassName
{
color: #54012A;
}
.AnyTagClassName
{
color: #54012A;
}
</style>
background-color css
<style>
a { background-color: #54012A; }
a { background-color: rgb(84,1,42); }
div.DivClassName
{
background-color: #54012A;
}
.BgClassName
{
background-color: #54012A;
}
</style>
border-color css
<style>
span { border-color: #54012A; }
span { border-color: rgb(84,1,42); }
td.TdClassName
{
border-color: #54012A;
}
.TagClassName
{
border-color: #54012A;
}
</style>