#54074D

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

Shades of Tyrian Purple #54074D

Tints of Tyrian Purple #54074D

Color information

#54074D (or 0x54074D) is unknown color: approx Tyrian Purple. HEX triplet: 54, 07 and 4D. RGB value is (84,7,77). Sum of RGB (Red+Green+Blue) = 84+7+77=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #54074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54074D is #ABF8B2. Grayscale: #252525. Windows color (decimal): -11270323 or 5048148. OLE color: 5048148.

HSL color Cylindrical-coordinate representation of color #54074D: hue angle of 305.45º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54074D is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB84777-
CMYK00.920.080.67
HSL305.45º84.62%17.84%-
HSV(B)305.45º91.67%32.94%-
XYZ5.072.577.25-
YUV38150.01160.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 4.17%
BLUE value IS 77 (30.47% from 255) = 45.83%
R=50%
G=4.17%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8477700.920.080.67305.4584.6217.84
Hex5474D05C8431315512
Octal124711501341010346112522
Binary101010011110011010101110010001000011100110001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54074D; }

 p { color: rgb(84,7,77); }

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

<style>
 a { background-color: #54074D; }

 a { background-color: rgb(84,7,77); }

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

<style>
 span { border-color: #54074D; }

 span { border-color: rgb(84,7,77); }

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