#540742

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

Shades of Tyrian Purple #540742

Tints of Tyrian Purple #540742

Color information

#540742 (or 0x540742) is unknown color: approx Tyrian Purple. HEX triplet: 54, 07 and 42. RGB value is (84,7,66). Sum of RGB (Red+Green+Blue) = 84+7+66=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #540742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540742 is #ABF8BD. Grayscale: #242424. Windows color (decimal): -11270334 or 4327252. OLE color: 4327252.

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

Color convert

RGB84766-
CMYK00.920.210.67
HSL314.03º84.62%17.84%-
HSV(B)314.03º91.67%32.94%-
XYZ4.722.435.37-
YUV36.75144.51161.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 66 (26.17% from 255) = 42.04%
R=53.50%
G=4.46%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8476600.920.210.67314.0384.6217.84
Hex5474205C154313a5512
Octal124710201342510347212522
Binary1010100111100001001011100101011000011100111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540742; }

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

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

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

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

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

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

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

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