#540932

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

Shades of Tyrian Purple #540932

Tints of Tyrian Purple #540932

Color information

#540932 (or 0x540932) is unknown color: approx Tyrian Purple. HEX triplet: 54, 09 and 32. RGB value is (84,9,50). Sum of RGB (Red+Green+Blue) = 84+9+50=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #540932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540932 is #ABF6CD. Grayscale: #242424. Windows color (decimal): -11269838 or 3279188. OLE color: 3279188.

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

Color convert

RGB84950-
CMYK00.890.400.67
HSL327.2º80.65%18.24%-
HSV(B)327.2º89.29%32.94%-
XYZ4.332.313.24-
YUV36.1135.85162.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.74%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=58.74%
G=6.29%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8495000.890.400.67327.280.6518.24
Hex5493205928431475112
Octal124116201315010350712122
Binary10101001001110010010110011010001000011101000111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540932; }

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

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

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

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

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

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

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

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