#542A5D

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

Shades of Hot Purple #542A5D

Tints of Hot Purple #542A5D

Color information

#542A5D (or 0x542A5D) is unknown color: approx Hot Purple. HEX triplet: 54, 2A and 5D. RGB value is (84,42,93). Sum of RGB (Red+Green+Blue) = 84+42+93=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #542A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542A5D is #ABD5A2. Grayscale: #3C3C3C. Windows color (decimal): -11261347 or 6105684. OLE color: 6105684.

HSL color Cylindrical-coordinate representation of color #542A5D: hue angle of 289.41º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #542A5D is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB844293-
CMYK0.100.5500.64
HSL289.41º37.78%26.47%-
HSV(B)289.41º54.84%36.47%-
XYZ6.464.3310.85-
YUV60.37146.41144.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=38.36%
G=19.18%
B=42.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8442930.100.5500.64289.4137.7826.47
Hex542A5DA37040121261a
Octal12452135126701004414632
Binary1010100101010101110110101101110100000010010000110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,42,93); }

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

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

 a { background-color: rgb(84,42,93); }

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

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

 span { border-color: rgb(84,42,93); }

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