#540432

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

Shades of Tyrian Purple #540432

Tints of Tyrian Purple #540432

Color information

#540432 (or 0x540432) is unknown color: approx Tyrian Purple. HEX triplet: 54, 04 and 32. RGB value is (84,4,50). Sum of RGB (Red+Green+Blue) = 84+4+50=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #540432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540432 is #ABFBCD. Grayscale: #212121. Windows color (decimal): -11271118 or 3277908. OLE color: 3277908.

HSL color Cylindrical-coordinate representation of color #540432: hue angle of 325.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 #540432 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB84450-
CMYK00.950.400.67
HSL325.5º90.91%17.25%-
HSV(B)325.5º95.24%32.94%-
XYZ4.282.23.22-
YUV33.16137.5164.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.87%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=60.87%
G=2.90%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8445000.950.400.67325.590.9117.25
Hex5443205F28431465b11
Octal12446201375010350613321
Binary1010100100110010010111111010001000011101000110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540432; }

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

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

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

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

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

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

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

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