#540435

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

Shades of Tyrian Purple #540435

Tints of Tyrian Purple #540435

Color information

#540435 (or 0x540435) is unknown color: approx Tyrian Purple. HEX triplet: 54, 04 and 35. RGB value is (84,4,53). Sum of RGB (Red+Green+Blue) = 84+4+53=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #540435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540435 is #ABFBCA. Grayscale: #212121. Windows color (decimal): -11271115 or 3474516. OLE color: 3474516.

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

Color convert

RGB84453-
CMYK00.950.370.67
HSL323.25º90.91%17.25%-
HSV(B)323.25º95.24%32.94%-
XYZ4.342.233.57-
YUV33.51139164.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.57%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=59.57%
G=2.84%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8445300.950.370.67323.2590.9117.25
Hex5443505F25431435b11
Octal12446501374510350313321
Binary1010100100110101010111111001011000011101000011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540435; }

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

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

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

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

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

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

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

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