#54004E

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

Shades of Tyrian Purple #54004E

Tints of Tyrian Purple #54004E

Color information

#54004E (or 0x54004E) is unknown color: approx Tyrian Purple. HEX triplet: 54, 00 and 4E. RGB value is (84,0,78). Sum of RGB (Red+Green+Blue) = 84+0+78=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54004E is #ABFFB1. Grayscale: #212121. Windows color (decimal): -11272114 or 5111892. OLE color: 5111892.

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

Color convert

RGB84078-
CMYK010.070.67
HSL304.29º100%16.47%-
HSV(B)304.29º100%32.94%-
XYZ5.032.437.41-
YUV34.01152.83163.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 48.15%
R=51.85%
G=0%
B=48.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84078010.070.67304.2910016.47
Hex5404E0647431306410
Octal12401160144710346014420
Binary101010001001110011001001111000011100110000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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