#54043B

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

Shades of Tyrian Purple #54043B

Tints of Tyrian Purple #54043B

Color information

#54043B (or 0x54043B) is unknown color: approx Tyrian Purple. HEX triplet: 54, 04 and 3B. RGB value is (84,4,59). Sum of RGB (Red+Green+Blue) = 84+4+59=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54043B is #ABFBC4. Grayscale: #222222. Windows color (decimal): -11271109 or 3867732. OLE color: 3867732.

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

Color convert

RGB84459-
CMYK00.950.300.67
HSL318.75º90.91%17.25%-
HSV(B)318.75º95.24%32.94%-
XYZ4.492.294.34-
YUV34.19142163.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 59 (23.44% from 255) = 40.14%
R=57.14%
G=2.72%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8445900.950.300.67318.7590.9117.25
Hex5443B05F1E4313f5b11
Octal12447301373610347713321
Binary101010010011101101011111111101000011100111111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54043B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54043B; }

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

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

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

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

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

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

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

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