#541240

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

Shades of Tyrian Purple #541240

Tints of Tyrian Purple #541240

Color information

#541240 (or 0x541240) is unknown color: approx Tyrian Purple. HEX triplet: 54, 12 and 40. RGB value is (84,18,64). Sum of RGB (Red+Green+Blue) = 84+18+64=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #541240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541240 is #ABEDBF. Grayscale: #2A2A2A. Windows color (decimal): -11267520 or 4198996. OLE color: 4198996.

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

Color convert

RGB841864-
CMYK00.790.240.67
HSL318.18º64.71%20%-
HSV(B)318.18º78.57%32.94%-
XYZ4.82.695.12-
YUV42.98139.87157.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 18 (7.42% from 255) = 10.84%
BLUE value IS 64 (25.39% from 255) = 38.55%
R=50.60%
G=10.84%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84186400.790.240.67318.1864.7120
Hex54124004F184313e4114
Octal1242210001173010347610124
Binary101010010010100000001001111110001000011100111110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541240; }

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

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

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

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

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

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

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

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