#54054C

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

Shades of Tyrian Purple #54054C

Tints of Tyrian Purple #54054C

Color information

#54054C (or 0x54054C) is unknown color: approx Tyrian Purple. HEX triplet: 54, 05 and 4C. RGB value is (84,5,76). Sum of RGB (Red+Green+Blue) = 84+5+76=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #54054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54054C is #ABFAB3. Grayscale: #242424. Windows color (decimal): -11270836 or 4982100. OLE color: 4982100.

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

Color convert

RGB84576-
CMYK00.940.100.67
HSL306.08º88.76%17.45%-
HSV(B)306.08º94.05%32.94%-
XYZ5.012.527.06-
YUV36.71150.17161.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=50.91%
G=3.03%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8457600.940.100.67306.0888.7617.45
Hex5454C05EA431325911
Octal124511401361210346213121
Binary101010010110011000101111010101000011100110010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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