#54054E

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

Shades of Tyrian Purple #54054E

Tints of Tyrian Purple #54054E

Color information

#54054E (or 0x54054E) is unknown color: approx Tyrian Purple. HEX triplet: 54, 05 and 4E. RGB value is (84,5,78). Sum of RGB (Red+Green+Blue) = 84+5+78=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #54054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54054E is #ABFAB1. Grayscale: #242424. Windows color (decimal): -11270834 or 5113172. OLE color: 5113172.

HSL color Cylindrical-coordinate representation of color #54054E: hue angle of 304.56º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54054E is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB84578-
CMYK00.940.070.67
HSL304.56º88.76%17.45%-
HSV(B)304.56º94.05%32.94%-
XYZ5.092.547.43-
YUV36.94151.17161.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.30%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 78 (30.86% from 255) = 46.71%
R=50.30%
G=2.99%
B=46.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8457800.940.070.67304.5688.7617.45
Hex5454E05E7431315911
Octal12451160136710346113121
Binary10101001011001110010111101111000011100110001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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