#542E59

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

Shades of Hot Purple #542E59

Tints of Hot Purple #542E59

Color information

#542E59 (or 0x542E59) is unknown color: approx Hot Purple. HEX triplet: 54, 2E and 59. RGB value is (84,46,89). Sum of RGB (Red+Green+Blue) = 84+46+89=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #542E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542E59 is #ABD1A6. Grayscale: #3E3E3E. Windows color (decimal): -11260327 or 5844564. OLE color: 5844564.

HSL color Cylindrical-coordinate representation of color #542E59: hue angle of 293.02º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #542E59 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB844689-
CMYK0.060.4800.65
HSL293.02º31.85%26.47%-
HSV(B)293.02º48.31%34.9%-
XYZ6.444.569.99-
YUV62.26143.09143.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=38.36%
G=21.00%
B=40.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8446890.060.4800.65293.0231.8526.47
Hex542E59630041125201a
Octal1245613166001014454032
Binary101010010111010110011101100000100000110010010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542E59; }

 p { color: rgb(84,46,89); }

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

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

 a { background-color: rgb(84,46,89); }

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

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

 span { border-color: rgb(84,46,89); }

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