#540234

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

Shades of Tyrian Purple #540234

Tints of Tyrian Purple #540234

Color information

#540234 (or 0x540234) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 34. RGB value is (84,2,52). Sum of RGB (Red+Green+Blue) = 84+2+52=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #540234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540234 is #ABFDCB. Grayscale: #202020. Windows color (decimal): -11271628 or 3408468. OLE color: 3408468.

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

Color convert

RGB84252-
CMYK00.980.380.67
HSL323.41º95.35%16.86%-
HSV(B)323.41º97.62%32.94%-
XYZ4.32.183.44-
YUV32.22139.17164.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.87%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=60.87%
G=1.45%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8425200.980.380.67323.4195.3516.86
Hex5423406226431435f11
Octal12426401424610350313721
Binary101010010110100011000101001101000011101000011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540234; }

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

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

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

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

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

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

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

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