Shades of Tyrian Purple #540235
Tints of Tyrian Purple #540235
RGB
CMYK
RGB Variations
Color information
#540235 (or 0x540235) is known color: Tyrian Purple. HEX triplet: 54, 02 and 35. RGB value is (84,2,53). Sum of RGB (Red+Green+Blue) = 84+2+53=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #540235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540235 is #ABFDCA. Grayscale: #202020. Windows color (decimal): -11271627 or 3474004. OLE color: 3474004.
HSL color Cylindrical-coordinate representation of color #540235: hue angle of 322.68º 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 #540235 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 2 | 53 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.67 |
| HSL | 322.68º | 0.95% | 0.17% | - |
| HSV(B) | 322.68º | 0.98% | 0.33% | - |
| XYZ | 4.32 | 2.19 | 3.56 | - |
| YUV | 32.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 53 | 0 | 0.98 | 0.37 | 0.67 | 322.68 | 0.95 | 0.17 |
| Hex | 54 | 2 | 35 | 0 | 62 | 25 | 43 | 143 | 5F | 11 |
| Octal | 124 | 2 | 65 | 0 | 142 | 45 | 103 | 503 | 137 | 21 |
| Binary | 1010100 | 10 | 110101 | 0 | 1100010 | 100101 | 1000011 | 101000011 | 1011111 | 10001 |
Color Harmonies of #540235
Complementary color
Monochromatic Colors of #540235
Black with #540235
Text Example
Text Example
White with #540235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540235; }
p { color: rgb(84,2,53); }
H1.HeaderClassName
{
color: #540235;
}
.AnyTagClassName
{
color: #540235;
}
</style>
background-color css
<style>
a { background-color: #540235; }
a { background-color: rgb(84,2,53); }
div.DivClassName
{
background-color: #540235;
}
.BgClassName
{
background-color: #540235;
}
</style>
border-color css
<style>
span { border-color: #540235; }
span { border-color: rgb(84,2,53); }
td.TdClassName
{
border-color: #540235;
}
.TagClassName
{
border-color: #540235;
}
</style>