#540643

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

Shades of Tyrian Purple #540643

Tints of Tyrian Purple #540643

Color information

#540643 (or 0x540643) is unknown color: approx Tyrian Purple. HEX triplet: 54, 06 and 43. RGB value is (84,6,67). Sum of RGB (Red+Green+Blue) = 84+6+67=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #540643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540643 is #ABF9BC. Grayscale: #242424. Windows color (decimal): -11270589 or 4392532. OLE color: 4392532.

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

Color convert

RGB84667-
CMYK00.930.200.67
HSL313.08º86.67%17.65%-
HSV(B)313.08º92.86%32.94%-
XYZ4.732.425.53-
YUV36.28145.34162.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 67 (26.56% from 255) = 42.68%
R=53.50%
G=3.82%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8466700.930.200.67313.0886.6717.65
Hex5464305D14431395712
Octal124610301352410347112722
Binary1010100110100001101011101101001000011100111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540643; }

 p { color: rgb(84,6,67); }

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

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

 a { background-color: rgb(84,6,67); }

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

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

 span { border-color: rgb(84,6,67); }

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