#542B59

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

Shades of Hot Purple #542B59

Tints of Hot Purple #542B59

Color information

#542B59 (or 0x542B59) is unknown color: approx Hot Purple. HEX triplet: 54, 2B and 59. RGB value is (84,43,89). Sum of RGB (Red+Green+Blue) = 84+43+89=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #542B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542B59 is #ABD4A6. Grayscale: #3C3C3C. Windows color (decimal): -11261095 or 5843796. OLE color: 5843796.

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

Color convert

RGB844389-
CMYK0.060.5200.65
HSL293.48º34.85%25.88%-
HSV(B)293.48º51.69%34.9%-
XYZ6.324.339.95-
YUV60.5144.08144.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.89%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=38.89%
G=19.91%
B=41.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8443890.060.5200.65293.4834.8525.88
Hex542B59634041125231a
Octal1245313166401014454332
Binary101010010101110110011101101000100000110010010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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