#540239

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

Shades of Tyrian Purple #540239

Tints of Tyrian Purple #540239

Color information

#540239 (or 0x540239) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 39. RGB value is (84,2,57). Sum of RGB (Red+Green+Blue) = 84+2+57=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #540239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540239 is #ABFDC6. Grayscale: #202020. Windows color (decimal): -11271623 or 3736148. OLE color: 3736148.

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

Color convert

RGB84257-
CMYK00.980.320.67
HSL319.76º95.35%16.86%-
HSV(B)319.76º97.62%32.94%-
XYZ4.422.224.07-
YUV32.79141.67164.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.74%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 57 (22.66% from 255) = 39.86%
R=58.74%
G=1.40%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8425700.980.320.67319.7695.3516.86
Hex5423906220431405f11
Octal12427101424010350013721
Binary101010010111001011000101000001000011101000000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540239; }

 p { color: rgb(84,2,57); }

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

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

 a { background-color: rgb(84,2,57); }

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

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

 span { border-color: rgb(84,2,57); }

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