#540237

Color #540237 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #540237

Tints of Tyrian Purple #540237

Color information

#540237 (or 0x540237) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 37. RGB value is (84,2,55). Sum of RGB (Red+Green+Blue) = 84+2+55=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #540237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540237 is #ABFDC8. Grayscale: #202020. Windows color (decimal): -11271625 or 3605076. OLE color: 3605076.

HSL color Cylindrical-coordinate representation of color #540237: hue angle of 321.22º 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 #540237 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB84255-
CMYK00.980.350.67
HSL321.22º95.35%16.86%-
HSV(B)321.22º97.62%32.94%-
XYZ4.372.23.81-
YUV32.56140.67164.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 59.57%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 55 (21.88% from 255) = 39.01%
R=59.57%
G=1.42%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8425500.980.350.67321.2295.3516.86
Hex5423706223431415f11
Octal12426701424310350113721
Binary101010010110111011000101000111000011101000001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540237; }

 p { color: rgb(84,2,55); }

 H1.HeaderClassName
 {
   color: #540237;
 }
 .AnyTagClassName
 {
   color: #540237;
 }
</style>
background-color css

<style>
 a { background-color: #540237; }

 a { background-color: rgb(84,2,55); }

 div.DivClassName
 {
   background-color: #540237;
 }
 .BgClassName
 {
   background-color: #540237;
 }
</style>
border-color css

<style>
 span { border-color: #540237; }

 span { border-color: rgb(84,2,55); }

 td.TdClassName
 {
   border-color: #540237;
 }
 .TagClassName
 {
   border-color: #540237;
 }
</style>