#542C52

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

Shades of Hot Purple #542C52

Tints of Hot Purple #542C52

Color information

#542C52 (or 0x542C52) is unknown color: approx Hot Purple. HEX triplet: 54, 2C and 52. RGB value is (84,44,82). Sum of RGB (Red+Green+Blue) = 84+44+82=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #542C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542C52 is #ABD3AD. Grayscale: #3C3C3C. Windows color (decimal): -11260846 or 5385300. OLE color: 5385300.

HSL color Cylindrical-coordinate representation of color #542C52: hue angle of 303º 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 #542C52 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB844482-
CMYK00.480.020.67
HSL303º31.25%25.1%-
HSV(B)303º47.62%32.94%-
XYZ6.084.38.49-
YUV60.29140.25144.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=40%
G=20.95%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84448200.480.020.6730331.2525.1
Hex542C5203024312f1f19
Octal1245412206021034573731
Binary1010100101100101001001100001010000111001011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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