#54084F

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

Shades of Tyrian Purple #54084F

Tints of Tyrian Purple #54084F

Color information

#54084F (or 0x54084F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 08 and 4F. RGB value is (84,8,79). Sum of RGB (Red+Green+Blue) = 84+8+79=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #54084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54084F is #ABF7B0. Grayscale: #262626. Windows color (decimal): -11270065 or 5179476. OLE color: 5179476.

HSL color Cylindrical-coordinate representation of color #54084F: hue angle of 303.95º 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 #54084F is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB84879-
CMYK00.900.060.67
HSL303.95º82.61%18.04%-
HSV(B)303.95º90.48%32.94%-
XYZ5.152.627.63-
YUV38.82150.68160.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 79 (31.25% from 255) = 46.20%
R=49.12%
G=4.68%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8487900.900.060.67303.9582.6118.04
Hex5484F05A6431305312
Octal124101170132610346012322
Binary101010010001001111010110101101000011100110000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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