#540739

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

Shades of Tyrian Purple #540739

Tints of Tyrian Purple #540739

Color information

#540739 (or 0x540739) is unknown color: approx Tyrian Purple. HEX triplet: 54, 07 and 39. RGB value is (84,7,57). Sum of RGB (Red+Green+Blue) = 84+7+57=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #540739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540739 is #ABF8C6. Grayscale: #232323. Windows color (decimal): -11270343 or 3737428. OLE color: 3737428.

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

Color convert

RGB84757-
CMYK00.920.320.67
HSL321.04º84.62%17.84%-
HSV(B)321.04º91.67%32.94%-
XYZ4.472.334.09-
YUV35.72140.01162.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.76%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 57 (22.66% from 255) = 38.51%
R=56.76%
G=4.73%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8475700.920.320.67321.0484.6217.84
Hex5473905C20431415512
Octal12477101344010350112522
Binary1010100111111001010111001000001000011101000001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540739; }

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

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

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

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

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

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

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

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