#540744

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

Shades of Tyrian Purple #540744

Tints of Tyrian Purple #540744

Color information

#540744 (or 0x540744) is unknown color: approx Tyrian Purple. HEX triplet: 54, 07 and 44. RGB value is (84,7,68). Sum of RGB (Red+Green+Blue) = 84+7+68=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #540744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540744 is #ABF8BB. Grayscale: #242424. Windows color (decimal): -11270332 or 4458324. OLE color: 4458324.

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

Color convert

RGB84768-
CMYK00.920.190.67
HSL312.47º84.62%17.84%-
HSV(B)312.47º91.67%32.94%-
XYZ4.782.455.69-
YUV36.98145.51161.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.83%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=52.83%
G=4.40%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8476800.920.190.67312.4784.6217.84
Hex5474405C13431385512
Octal124710401342310347012522
Binary1010100111100010001011100100111000011100111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540744; }

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

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

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

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

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

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

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

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