Shades of Tyrian Purple #540128
Tints of Tyrian Purple #540128
RGB
CMYK
RGB Variations
Color information
#540128 (or 0x540128) is known color: Tyrian Purple. HEX triplet: 54, 01 and 28. RGB value is (84,1,40). Sum of RGB (Red+Green+Blue) = 84+1+40=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #540128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540128 is #ABFED7. Grayscale: #1E1E1E. Windows color (decimal): -11271896 or 2621780. OLE color: 2621780.
HSL color Cylindrical-coordinate representation of color #540128: hue angle of 331.81º 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 #540128 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.67 |
| HSL | 331.81º | 0.98% | 0.17% | - |
| HSV(B) | 331.81º | 0.99% | 0.33% | - |
| XYZ | 4.05 | 2.06 | 2.19 | - |
| YUV | 30.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 40 | 0 | 0.99 | 0.52 | 0.67 | 331.81 | 0.98 | 0.17 |
| Hex | 54 | 1 | 28 | 0 | 63 | 34 | 43 | 14C | 62 | 11 |
| Octal | 124 | 1 | 50 | 0 | 143 | 64 | 103 | 514 | 142 | 21 |
| Binary | 1010100 | 1 | 101000 | 0 | 1100011 | 110100 | 1000011 | 101001100 | 1100010 | 10001 |
Color Harmonies of #540128
Complementary color
Monochromatic Colors of #540128
Black with #540128
Text Example
Text Example
White with #540128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540128; }
p { color: rgb(84,1,40); }
H1.HeaderClassName
{
color: #540128;
}
.AnyTagClassName
{
color: #540128;
}
</style>
background-color css
<style>
a { background-color: #540128; }
a { background-color: rgb(84,1,40); }
div.DivClassName
{
background-color: #540128;
}
.BgClassName
{
background-color: #540128;
}
</style>
border-color css
<style>
span { border-color: #540128; }
span { border-color: rgb(84,1,40); }
td.TdClassName
{
border-color: #540128;
}
.TagClassName
{
border-color: #540128;
}
</style>