#54054F

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

Shades of Tyrian Purple #54054F

Tints of Tyrian Purple #54054F

Color information

#54054F (or 0x54054F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 05 and 4F. RGB value is (84,5,79). Sum of RGB (Red+Green+Blue) = 84+5+79=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #54054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54054F is #ABFAB0. Grayscale: #242424. Windows color (decimal): -11270833 or 5178708. OLE color: 5178708.

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

Color convert

RGB84579-
CMYK00.940.060.67
HSL303.8º88.76%17.45%-
HSV(B)303.8º94.05%32.94%-
XYZ5.122.567.62-
YUV37.06151.67161.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 79 (31.25% from 255) = 47.02%
R=50%
G=2.98%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8457900.940.060.67303.888.7617.45
Hex5454F05E6431305911
Octal12451170136610346013121
Binary10101001011001111010111101101000011100110000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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