#541543

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

Shades of Tyrian Purple #541543

Tints of Tyrian Purple #541543

Color information

#541543 (or 0x541543) is unknown color: approx Tyrian Purple. HEX triplet: 54, 15 and 43. RGB value is (84,21,67). Sum of RGB (Red+Green+Blue) = 84+21+67=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #541543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541543 is #ABEABC. Grayscale: #2C2C2C. Windows color (decimal): -11266749 or 4396372. OLE color: 4396372.

HSL color Cylindrical-coordinate representation of color #541543: hue angle of 316.19º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #541543 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB842167-
CMYK00.750.200.67
HSL316.19º60%20.59%-
HSV(B)316.19º75%32.94%-
XYZ4.942.835.6-
YUV45.08140.37155.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.84%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=48.84%
G=12.21%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84216700.750.200.67316.196020.59
Hex54154304B144313c3c15
Octal124251030113241034747425
Binary10101001010110000110100101110100100001110011110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541543; }

 p { color: rgb(84,21,67); }

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

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

 a { background-color: rgb(84,21,67); }

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

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

 span { border-color: rgb(84,21,67); }

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