#540551

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

Shades of Tyrian Purple #540551

Tints of Tyrian Purple #540551

Color information

#540551 (or 0x540551) is unknown color: approx Tyrian Purple. HEX triplet: 54, 05 and 51. RGB value is (84,5,81). Sum of RGB (Red+Green+Blue) = 84+5+81=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #540551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540551 is #ABFAAE. Grayscale: #252525. Windows color (decimal): -11270831 or 5309780. OLE color: 5309780.

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

Color convert

RGB84581-
CMYK00.940.040.67
HSL302.28º88.76%17.45%-
HSV(B)302.28º94.05%32.94%-
XYZ5.22.598.01-
YUV37.28152.67161.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.41%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 81 (32.03% from 255) = 47.65%
R=49.41%
G=2.94%
B=47.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8458100.940.040.67302.2888.7617.45
Hex5455105E44312e5911
Octal12451210136410345613121
Binary10101001011010001010111101001000011100101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540551; }

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

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

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

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

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

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

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

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