#54044E

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

Shades of Tyrian Purple #54044E

Tints of Tyrian Purple #54044E

Color information

#54044E (or 0x54044E) is unknown color: approx Tyrian Purple. HEX triplet: 54, 04 and 4E. RGB value is (84,4,78). Sum of RGB (Red+Green+Blue) = 84+4+78=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54044E is #ABFBB1. Grayscale: #242424. Windows color (decimal): -11271090 or 5112916. OLE color: 5112916.

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

Color convert

RGB84478-
CMYK00.950.070.67
HSL304.5º90.91%17.25%-
HSV(B)304.5º95.24%32.94%-
XYZ5.072.527.43-
YUV36.36151.5161.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=50.60%
G=2.41%
B=46.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8447800.950.070.67304.590.9117.25
Hex5444E05F7431305b11
Octal12441160137710346013321
Binary10101001001001110010111111111000011100110000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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