#540149

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

Shades of Tyrian Purple #540149

Tints of Tyrian Purple #540149

Color information

#540149 (or 0x540149) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 49. RGB value is (84,1,73). Sum of RGB (Red+Green+Blue) = 84+1+73=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #540149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540149 is #ABFEB6. Grayscale: #212121. Windows color (decimal): -11271863 or 4784468. OLE color: 4784468.

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

Color convert

RGB84173-
CMYK00.990.130.67
HSL307.95º97.65%16.67%-
HSV(B)307.95º98.81%32.94%-
XYZ4.872.396.51-
YUV34.02150163.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 73 (28.91% from 255) = 46.20%
R=53.16%
G=0.63%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8417300.990.130.67307.9597.6516.67
Hex54149063D431346211
Octal124111101431510346414221
Binary1010100110010010110001111011000011100110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540149; }

 p { color: rgb(84,1,73); }

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

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

 a { background-color: rgb(84,1,73); }

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

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

 span { border-color: rgb(84,1,73); }

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