#540934

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

Shades of Tyrian Purple #540934

Tints of Tyrian Purple #540934

Color information

#540934 (or 0x540934) is unknown color: approx Tyrian Purple. HEX triplet: 54, 09 and 34. RGB value is (84,9,52). Sum of RGB (Red+Green+Blue) = 84+9+52=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #540934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540934 is #ABF6CB. Grayscale: #242424. Windows color (decimal): -11269836 or 3410260. OLE color: 3410260.

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

Color convert

RGB84952-
CMYK00.890.380.67
HSL325.6º80.65%18.24%-
HSV(B)325.6º89.29%32.94%-
XYZ4.372.333.47-
YUV36.33136.85162-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.93%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 52 (20.70% from 255) = 35.86%
R=57.93%
G=6.21%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8495200.890.380.67325.680.6518.24
Hex5493405926431465112
Octal124116401314610350612122
Binary10101001001110100010110011001101000011101000110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540934; }

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

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

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

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

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

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

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

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