#541445

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

Shades of Tyrian Purple #541445

Tints of Tyrian Purple #541445

Color information

#541445 (or 0x541445) is unknown color: approx Tyrian Purple. HEX triplet: 54, 14 and 45. RGB value is (84,20,69). Sum of RGB (Red+Green+Blue) = 84+20+69=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #541445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541445 is #ABEBBA. Grayscale: #2C2C2C. Windows color (decimal): -11267003 or 4527188. OLE color: 4527188.

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

Color convert

RGB842069-
CMYK00.760.180.67
HSL314.06º61.54%20.39%-
HSV(B)314.06º76.19%32.94%-
XYZ4.982.815.91-
YUV44.72141.7156.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 69 (27.34% from 255) = 39.88%
R=48.55%
G=11.56%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84206900.760.180.67314.0661.5420.39
Hex54144504C124313a3e14
Octal124241050114221034727624
Binary10101001010010001010100110010010100001110011101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541445; }

 p { color: rgb(84,20,69); }

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

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

 a { background-color: rgb(84,20,69); }

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

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

 span { border-color: rgb(84,20,69); }

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