#540337

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

Shades of Tyrian Purple #540337

Tints of Tyrian Purple #540337

Color information

#540337 (or 0x540337) is unknown color: approx Tyrian Purple. HEX triplet: 54, 03 and 37. RGB value is (84,3,55). Sum of RGB (Red+Green+Blue) = 84+3+55=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #540337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540337 is #ABFCC8. Grayscale: #212121. Windows color (decimal): -11271369 or 3605332. OLE color: 3605332.

HSL color Cylindrical-coordinate representation of color #540337: hue angle of 321.48º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540337 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB84355-
CMYK00.960.350.67
HSL321.48º93.1%17.06%-
HSV(B)321.48º96.43%32.94%-
XYZ4.382.233.81-
YUV33.15140.34164.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.15%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 55 (21.88% from 255) = 38.73%
R=59.15%
G=2.11%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8435500.960.350.67321.4893.117.06
Hex5433706023431415d11
Octal12436701404310350113521
Binary101010011110111011000001000111000011101000001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540337; }

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

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

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

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

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

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

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

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