#540532

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

Shades of Tyrian Purple #540532

Tints of Tyrian Purple #540532

Color information

#540532 (or 0x540532) is unknown color: approx Tyrian Purple. HEX triplet: 54, 05 and 32. RGB value is (84,5,50). Sum of RGB (Red+Green+Blue) = 84+5+50=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #540532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540532 is #ABFACD. Grayscale: #212121. Windows color (decimal): -11270862 or 3278164. OLE color: 3278164.

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

Color convert

RGB84550-
CMYK00.940.400.67
HSL325.82º88.76%17.45%-
HSV(B)325.82º94.05%32.94%-
XYZ4.292.223.22-
YUV33.75137.17163.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.43%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=60.43%
G=3.60%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8455000.940.400.67325.8288.7617.45
Hex5453205E28431465911
Octal12456201365010350613121
Binary1010100101110010010111101010001000011101000110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540532; }

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

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

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

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

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

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

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

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