#542b53

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

Shades of Hot Purple #542B53

Tints of Hot Purple #542B53

Color information

#542B53 (or 0x542B53) is unknown color: approx Hot Purple. HEX triplet: 54, 2B and 53. RGB value is (84,43,83). Sum of RGB (Red+Green+Blue) = 84+43+83=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #542B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542B53 is #ABD4AC. Grayscale: #3B3B3B. Windows color (decimal): -11261101 or 5450580. OLE color: 5450580.

HSL color Cylindrical-coordinate representation of color #542B53: hue angle of 301.46º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #542B53 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB844383-
CMYK00.490.010.67
HSL301.46º32.28%24.9%-
HSV(B)301.46º48.81%32.94%-
XYZ6.084.248.68-
YUV59.82141.08145.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 43 (17.19% from 255) = 20.48%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=40%
G=20.48%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84438300.490.010.67301.4632.2824.9
Hex542B5303114312d2019
Octal1245312306111034554031
Binary1010100101011101001101100011100001110010110110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542b53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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