#540734

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

Shades of Tyrian Purple #540734

Tints of Tyrian Purple #540734

Color information

#540734 (or 0x540734) is unknown color: approx Tyrian Purple. HEX triplet: 54, 07 and 34. RGB value is (84,7,52). Sum of RGB (Red+Green+Blue) = 84+7+52=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #540734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540734 is #ABF8CB. Grayscale: #232323. Windows color (decimal): -11270348 or 3409748. OLE color: 3409748.

HSL color Cylindrical-coordinate representation of color #540734: hue angle of 324.94º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540734 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB84752-
CMYK00.920.380.67
HSL324.94º84.62%17.84%-
HSV(B)324.94º91.67%32.94%-
XYZ4.352.283.46-
YUV35.15137.51162.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.74%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 52 (20.70% from 255) = 36.36%
R=58.74%
G=4.90%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8475200.920.380.67324.9484.6217.84
Hex5473405C26431455512
Octal12476401344610350512522
Binary1010100111110100010111001001101000011101000101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540734; }

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

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

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

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

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

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

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

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