#540735

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

Shades of Tyrian Purple #540735

Tints of Tyrian Purple #540735

Color information

#540735 (or 0x540735) is unknown color: approx Tyrian Purple. HEX triplet: 54, 07 and 35. RGB value is (84,7,53). Sum of RGB (Red+Green+Blue) = 84+7+53=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #540735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540735 is #ABF8CA. Grayscale: #232323. Windows color (decimal): -11270347 or 3475284. OLE color: 3475284.

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

Color convert

RGB84753-
CMYK00.920.370.67
HSL324.16º84.62%17.84%-
HSV(B)324.16º91.67%32.94%-
XYZ4.372.293.58-
YUV35.27138.01162.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.33%
GREEN value IS 7 (3.12% from 255) = 4.86%
BLUE value IS 53 (21.09% from 255) = 36.81%
R=58.33%
G=4.86%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8475300.920.370.67324.1684.6217.84
Hex5473505C25431445512
Octal12476501344510350412522
Binary1010100111110101010111001001011000011101000100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540735; }

 p { color: rgb(84,7,53); }

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

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

 a { background-color: rgb(84,7,53); }

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

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

 span { border-color: rgb(84,7,53); }

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