#54044A

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

Shades of Tyrian Purple #54044A

Tints of Tyrian Purple #54044A

Color information

#54044A (or 0x54044A) is unknown color: approx Tyrian Purple. HEX triplet: 54, 04 and 4A. RGB value is (84,4,74). Sum of RGB (Red+Green+Blue) = 84+4+74=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54044A is #ABFBB5. Grayscale: #232323. Windows color (decimal): -11271094 or 4850772. OLE color: 4850772.

HSL color Cylindrical-coordinate representation of color #54044A: hue angle of 307.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #54044A is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB84474-
CMYK00.950.120.67
HSL307.5º90.91%17.25%-
HSV(B)307.5º95.24%32.94%-
XYZ4.942.476.69-
YUV35.9149.5162.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.85%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 74 (29.30% from 255) = 45.68%
R=51.85%
G=2.47%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8447400.950.120.67307.590.9117.25
Hex5444A05FC431345b11
Octal124411201371410346413321
Binary101010010010010100101111111001000011100110100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54044A; }

 p { color: rgb(84,4,74); }

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

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

 a { background-color: rgb(84,4,74); }

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

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

 span { border-color: rgb(84,4,74); }

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