#542CB5

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

Shades of Purple Heart #542CB5

Tints of Purple Heart #542CB5

Color information

#542CB5 (or 0x542CB5) is unknown color: approx Purple Heart. HEX triplet: 54, 2C and B5. RGB value is (84,44,181). Sum of RGB (Red+Green+Blue) = 84+44+181=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 181 (71.09% from 255 or 58.58% from 309); Max value from RGB is 181 - color contains mainly: blue. Hex color #542CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542CB5 is #ABD34A. Grayscale: #474747. Windows color (decimal): -11260747 or 11873364. OLE color: 11873364.

HSL color Cylindrical-coordinate representation of color #542CB5: hue angle of 257.52º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #542CB5 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8444181-
CMYK0.540.7600.29
HSL257.52º60.89%44.12%-
HSV(B)257.52º75.69%70.98%-
XYZ12.97.0244.39-
YUV71.58189.75136.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 44 (17.58% from 255) = 14.24%
BLUE value IS 181 (71.09% from 255) = 58.58%
R=27.18%
G=14.24%
B=58.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84441810.540.7600.29257.5260.8944.12
Hex542CB5364C01D1023d2c
Octal12454265661140354027554
Binary1010100101100101101011101101001100011101100000010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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