#54034A

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

Shades of Tyrian Purple #54034A

Tints of Tyrian Purple #54034A

Color information

#54034A (or 0x54034A) is unknown color: approx Tyrian Purple. HEX triplet: 54, 03 and 4A. RGB value is (84,3,74). Sum of RGB (Red+Green+Blue) = 84+3+74=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54034A is #ABFCB5. Grayscale: #232323. Windows color (decimal): -11271350 or 4850516. OLE color: 4850516.

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

Color convert

RGB84374-
CMYK00.960.120.67
HSL307.41º93.1%17.06%-
HSV(B)307.41º96.43%32.94%-
XYZ4.922.446.69-
YUV35.31149.84162.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.17%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 74 (29.30% from 255) = 45.96%
R=52.17%
G=1.86%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8437400.960.120.67307.4193.117.06
Hex5434A060C431335d11
Octal124311201401410346313521
Binary10101001110010100110000011001000011100110011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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