#541345

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

Shades of Tyrian Purple #541345

Tints of Tyrian Purple #541345

Color information

#541345 (or 0x541345) is unknown color: approx Tyrian Purple. HEX triplet: 54, 13 and 45. RGB value is (84,19,69). Sum of RGB (Red+Green+Blue) = 84+19+69=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #541345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541345 is #ABECBA. Grayscale: #2C2C2C. Windows color (decimal): -11267259 or 4526932. OLE color: 4526932.

HSL color Cylindrical-coordinate representation of color #541345: hue angle of 313.85º 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 #541345 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB841969-
CMYK00.770.180.67
HSL313.85º63.11%20.2%-
HSV(B)313.85º77.38%32.94%-
XYZ4.962.785.91-
YUV44.14142.03156.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.84%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=48.84%
G=11.05%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84196900.770.180.67313.8563.1120.2
Hex54134504D124313a3f14
Octal124231050115221034727724
Binary10101001001110001010100110110010100001110011101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541345; }

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

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

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

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

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

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

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

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