#542C53

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

Shades of Hot Purple #542C53

Tints of Hot Purple #542C53

Color information

#542C53 (or 0x542C53) is unknown color: approx Hot Purple. HEX triplet: 54, 2C and 53. RGB value is (84,44,83). Sum of RGB (Red+Green+Blue) = 84+44+83=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #542C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542C53 is #ABD3AC. Grayscale: #3C3C3C. Windows color (decimal): -11260845 or 5450836. OLE color: 5450836.

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

Color convert

RGB844483-
CMYK00.480.010.67
HSL301.5º31.25%25.1%-
HSV(B)301.5º47.62%32.94%-
XYZ6.124.318.69-
YUV60.41140.75144.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.81%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=39.81%
G=20.85%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84448300.480.010.67301.531.2525.1
Hex542C5303014312e1f19
Octal1245412306011034563731
Binary101010010110010100110110000110000111001011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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