#540550

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

Shades of Tyrian Purple #540550

Tints of Tyrian Purple #540550

Color information

#540550 (or 0x540550) is unknown color: approx Tyrian Purple. HEX triplet: 54, 05 and 50. RGB value is (84,5,80). Sum of RGB (Red+Green+Blue) = 84+5+80=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #540550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540550 is #ABFAAF. Grayscale: #242424. Windows color (decimal): -11270832 or 5244244. OLE color: 5244244.

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

Color convert

RGB84580-
CMYK00.940.050.67
HSL303.04º88.76%17.45%-
HSV(B)303.04º94.05%32.94%-
XYZ5.162.577.81-
YUV37.17152.17161.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 5 (2.34% from 255) = 2.96%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=49.70%
G=2.96%
B=47.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8458000.940.050.67303.0488.7617.45
Hex5455005E54312f5911
Octal12451200136510345713121
Binary10101001011010000010111101011000011100101111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540550; }

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

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

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

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

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

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

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

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