#542756

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

Shades of Hot Purple #542756

Tints of Hot Purple #542756

Color information

#542756 (or 0x542756) is unknown color: approx Hot Purple. HEX triplet: 54, 27 and 56. RGB value is (84,39,86). Sum of RGB (Red+Green+Blue) = 84+39+86=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #542756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542756 is #ABD8A9. Grayscale: #393939. Windows color (decimal): -11262122 or 5646164. OLE color: 5646164.

HSL color Cylindrical-coordinate representation of color #542756: hue angle of 297.45º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #542756 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB843986-
CMYK0.020.5500.66
HSL297.45º37.6%24.51%-
HSV(B)297.45º54.65%33.73%-
XYZ6.064.019.26-
YUV57.81143.91146.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 39 (15.62% from 255) = 18.66%
BLUE value IS 86 (33.98% from 255) = 41.15%
R=40.19%
G=18.66%
B=41.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8439860.020.5500.66297.4537.624.51
Hex5427562370421292619
Octal1244712626701024514631
Binary10101001001111010110101101110100001010010100110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542756; }

 p { color: rgb(84,39,86); }

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

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

 a { background-color: rgb(84,39,86); }

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

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

 span { border-color: rgb(84,39,86); }

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