#54084E

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

Shades of Tyrian Purple #54084E

Tints of Tyrian Purple #54084E

Color information

#54084E (or 0x54084E) is unknown color: approx Tyrian Purple. HEX triplet: 54, 08 and 4E. RGB value is (84,8,78). Sum of RGB (Red+Green+Blue) = 84+8+78=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #54084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54084E is #ABF7B1. Grayscale: #262626. Windows color (decimal): -11270066 or 5113940. OLE color: 5113940.

HSL color Cylindrical-coordinate representation of color #54084E: hue angle of 304.74º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54084E is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB84878-
CMYK00.900.070.67
HSL304.74º82.61%18.04%-
HSV(B)304.74º90.48%32.94%-
XYZ5.122.617.44-
YUV38.7150.18160.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.41%
GREEN value IS 8 (3.52% from 255) = 4.71%
BLUE value IS 78 (30.86% from 255) = 45.88%
R=49.41%
G=4.71%
B=45.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8487800.900.070.67304.7482.6118.04
Hex5484E05A7431315312
Octal124101160132710346112322
Binary101010010001001110010110101111000011100110001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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