#541140

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

Shades of Tyrian Purple #541140

Tints of Tyrian Purple #541140

Color information

#541140 (or 0x541140) is unknown color: approx Tyrian Purple. HEX triplet: 54, 11 and 40. RGB value is (84,17,64). Sum of RGB (Red+Green+Blue) = 84+17+64=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #541140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541140 is #ABEEBF. Grayscale: #2A2A2A. Windows color (decimal): -11267776 or 4198740. OLE color: 4198740.

HSL color Cylindrical-coordinate representation of color #541140: hue angle of 317.91º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541140 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB841764-
CMYK00.800.240.67
HSL317.91º66.34%19.8%-
HSV(B)317.91º79.76%32.94%-
XYZ4.782.665.11-
YUV42.39140.2157.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=50.91%
G=10.30%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84176400.800.240.67317.9166.3419.8
Hex541140050184313e4214
Octal1242110001203010347610224
Binary101010010001100000001010000110001000011100111110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541140; }

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

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

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

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

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

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

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

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