#54004A

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

Shades of Tyrian Purple #54004A

Tints of Tyrian Purple #54004A

Color information

#54004A (or 0x54004A) is unknown color: approx Tyrian Purple. HEX triplet: 54, 00 and 4A. RGB value is (84,0,74). Sum of RGB (Red+Green+Blue) = 84+0+74=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #54004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54004A is #ABFFB5. Grayscale: #212121. Windows color (decimal): -11272118 or 4849748. OLE color: 4849748.

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

Color convert

RGB84074-
CMYK010.120.67
HSL307.14º100%16.47%-
HSV(B)307.14º100%32.94%-
XYZ4.892.386.68-
YUV33.55150.83163.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 46.84%
R=53.16%
G=0%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84074010.120.67307.1410016.47
Hex5404A064C431336410
Octal124011201441410346314420
Binary1010100010010100110010011001000011100110011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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