#540947

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

Shades of Tyrian Purple #540947

Tints of Tyrian Purple #540947

Color information

#540947 (or 0x540947) is unknown color: approx Tyrian Purple. HEX triplet: 54, 09 and 47. RGB value is (84,9,71). Sum of RGB (Red+Green+Blue) = 84+9+71=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #540947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540947 is #ABF6B8. Grayscale: #262626. Windows color (decimal): -11269817 or 4655444. OLE color: 4655444.

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

Color convert

RGB84971-
CMYK00.890.150.67
HSL310.4º80.65%18.24%-
HSV(B)310.4º89.29%32.94%-
XYZ4.892.546.19-
YUV38.49146.35160.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.22%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=51.22%
G=5.49%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8497100.890.150.67310.480.6518.24
Hex54947059F431365112
Octal1241110701311710346612122
Binary1010100100110001110101100111111000011100110110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540947; }

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

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

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

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

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

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

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

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