#540840

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

Shades of Tyrian Purple #540840

Tints of Tyrian Purple #540840

Color information

#540840 (or 0x540840) is unknown color: approx Tyrian Purple. HEX triplet: 54, 08 and 40. RGB value is (84,8,64). Sum of RGB (Red+Green+Blue) = 84+8+64=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #540840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540840 is #ABF7BF. Grayscale: #242424. Windows color (decimal): -11270080 or 4196436. OLE color: 4196436.

HSL color Cylindrical-coordinate representation of color #540840: hue angle of 315.79º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540840 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB84864-
CMYK00.900.240.67
HSL315.79º82.61%18.04%-
HSV(B)315.79º90.48%32.94%-
XYZ4.672.435.07-
YUV37.11143.18161.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=53.85%
G=5.13%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8486400.900.240.67315.7982.6118.04
Hex5484005A184313c5312
Octal1241010001323010347412322
Binary10101001000100000001011010110001000011100111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540840; }

 p { color: rgb(84,8,64); }

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

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

 a { background-color: rgb(84,8,64); }

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

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

 span { border-color: rgb(84,8,64); }

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