#541344

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

Shades of Tyrian Purple #541344

Tints of Tyrian Purple #541344

Color information

#541344 (or 0x541344) is unknown color: approx Tyrian Purple. HEX triplet: 54, 13 and 44. RGB value is (84,19,68). Sum of RGB (Red+Green+Blue) = 84+19+68=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #541344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541344 is #ABECBB. Grayscale: #2B2B2B. Windows color (decimal): -11267260 or 4461396. OLE color: 4461396.

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

Color convert

RGB841968-
CMYK00.770.190.67
HSL314.77º63.11%20.2%-
HSV(B)314.77º77.38%32.94%-
XYZ4.932.775.74-
YUV44.02141.53156.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 68 (26.95% from 255) = 39.77%
R=49.12%
G=11.11%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84196800.770.190.67314.7763.1120.2
Hex54134404D134313b3f14
Octal124231040115231034737724
Binary10101001001110001000100110110011100001110011101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541344; }

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

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

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

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

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

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

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

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