#540446

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

Shades of Tyrian Purple #540446

Tints of Tyrian Purple #540446

Color information

#540446 (or 0x540446) is unknown color: approx Tyrian Purple. HEX triplet: 54, 04 and 46. RGB value is (84,4,70). Sum of RGB (Red+Green+Blue) = 84+4+70=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #540446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540446 is #ABFBB9. Grayscale: #232323. Windows color (decimal): -11271098 or 4588628. OLE color: 4588628.

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

Color convert

RGB84470-
CMYK00.950.170.67
HSL310.5º90.91%17.25%-
HSV(B)310.5º95.24%32.94%-
XYZ4.812.416.01-
YUV35.44147.5162.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 70 (27.73% from 255) = 44.30%
R=53.16%
G=2.53%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8447000.950.170.67310.590.9117.25
Hex5444605F11431365b11
Octal124410601372110346613321
Binary1010100100100011001011111100011000011100110110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540446; }

 p { color: rgb(84,4,70); }

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

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

 a { background-color: rgb(84,4,70); }

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

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

 span { border-color: rgb(84,4,70); }

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