#541340

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

Shades of Tyrian Purple #541340

Tints of Tyrian Purple #541340

Color information

#541340 (or 0x541340) is unknown color: approx Tyrian Purple. HEX triplet: 54, 13 and 40. RGB value is (84,19,64). Sum of RGB (Red+Green+Blue) = 84+19+64=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #541340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541340 is #ABECBF. Grayscale: #2B2B2B. Windows color (decimal): -11267264 or 4199252. OLE color: 4199252.

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

Color convert

RGB841964-
CMYK00.770.240.67
HSL318.46º63.11%20.2%-
HSV(B)318.46º77.38%32.94%-
XYZ4.812.725.12-
YUV43.56139.53156.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.30%
GREEN value IS 19 (7.81% from 255) = 11.38%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=50.30%
G=11.38%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84196400.770.240.67318.4663.1120.2
Hex54134004D184313e3f14
Octal124231000115301034767724
Binary10101001001110000000100110111000100001110011111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541340; }

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

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

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

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

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

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

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

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