#541043

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

Shades of Tyrian Purple #541043

Tints of Tyrian Purple #541043

Color information

#541043 (or 0x541043) is unknown color: approx Tyrian Purple. HEX triplet: 54, 10 and 43. RGB value is (84,16,67). Sum of RGB (Red+Green+Blue) = 84+16+67=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #541043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541043 is #ABEFBC. Grayscale: #2A2A2A. Windows color (decimal): -11268029 or 4395092. OLE color: 4395092.

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

Color convert

RGB841667-
CMYK00.810.200.67
HSL315º68%19.61%-
HSV(B)315º80.95%32.94%-
XYZ4.852.665.57-
YUV42.15142.03157.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.30%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 67 (26.56% from 255) = 40.12%
R=50.30%
G=9.58%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84166700.810.200.673156819.61
Hex541043051144313b4414
Octal1242010301212410347310424
Binary101010010000100001101010001101001000011100111011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541043; }

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

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

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

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

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

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

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

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