#54044C

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

Shades of Tyrian Purple #54044C

Tints of Tyrian Purple #54044C

Color information

#54044C (or 0x54044C) is unknown color: approx Tyrian Purple. HEX triplet: 54, 04 and 4C. RGB value is (84,4,76). Sum of RGB (Red+Green+Blue) = 84+4+76=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #54044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54044C is #ABFBB3. Grayscale: #232323. Windows color (decimal): -11271092 or 4981844. OLE color: 4981844.

HSL color Cylindrical-coordinate representation of color #54044C: hue angle of 306º 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 #54044C is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB84476-
CMYK00.950.100.67
HSL306º90.91%17.25%-
HSV(B)306º95.24%32.94%-
XYZ52.497.06-
YUV36.13150.5162.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.22%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=51.22%
G=2.44%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8447600.950.100.6730690.9117.25
Hex5444C05FA431325b11
Octal124411401371210346213321
Binary101010010010011000101111110101000011100110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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