#541045

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

Shades of Tyrian Purple #541045

Tints of Tyrian Purple #541045

Color information

#541045 (or 0x541045) is unknown color: approx Tyrian Purple. HEX triplet: 54, 10 and 45. RGB value is (84,16,69). Sum of RGB (Red+Green+Blue) = 84+16+69=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #541045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541045 is #ABEFBA. Grayscale: #2A2A2A. Windows color (decimal): -11268027 or 4526164. OLE color: 4526164.

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

Color convert

RGB841669-
CMYK00.810.180.67
HSL313.24º68%19.61%-
HSV(B)313.24º80.95%32.94%-
XYZ4.922.695.89-
YUV42.37143.03157.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 69 (27.34% from 255) = 40.83%
R=49.70%
G=9.47%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84166900.810.180.67313.246819.61
Hex54104505112431394414
Octal1242010501212210347110424
Binary101010010000100010101010001100101000011100111001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541045; }

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

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

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

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

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

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

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

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