#540946

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

Shades of Tyrian Purple #540946

Tints of Tyrian Purple #540946

Color information

#540946 (or 0x540946) is unknown color: approx Tyrian Purple. HEX triplet: 54, 09 and 46. RGB value is (84,9,70). Sum of RGB (Red+Green+Blue) = 84+9+70=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #540946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540946 is #ABF6B9. Grayscale: #262626. Windows color (decimal): -11269818 or 4589908. OLE color: 4589908.

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

Color convert

RGB84970-
CMYK00.890.170.67
HSL311.2º80.65%18.24%-
HSV(B)311.2º89.29%32.94%-
XYZ4.862.526.03-
YUV38.38145.85160.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.53%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=51.53%
G=5.52%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8497000.890.170.67311.280.6518.24
Hex5494605911431375112
Octal1241110601312110346712122
Binary10101001001100011001011001100011000011100110111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540946; }

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

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

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

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

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

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

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

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