#540334

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

Shades of Tyrian Purple #540334

Tints of Tyrian Purple #540334

Color information

#540334 (or 0x540334) is unknown color: approx Tyrian Purple. HEX triplet: 54, 03 and 34. RGB value is (84,3,52). Sum of RGB (Red+Green+Blue) = 84+3+52=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #540334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540334 is #ABFCCB. Grayscale: #202020. Windows color (decimal): -11271372 or 3408724. OLE color: 3408724.

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

Color convert

RGB84352-
CMYK00.960.380.67
HSL323.7º93.1%17.06%-
HSV(B)323.7º96.43%32.94%-
XYZ4.312.23.45-
YUV32.8138.84164.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.43%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 52 (20.70% from 255) = 37.41%
R=60.43%
G=2.16%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8435200.960.380.67323.793.117.06
Hex5433406026431445d11
Octal12436401404610350413521
Binary101010011110100011000001001101000011101000100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540334; }

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

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

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

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

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

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

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

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