#542EAD

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

Shades of Purple Heart #542EAD

Tints of Purple Heart #542EAD

Color information

#542EAD (or 0x542EAD) is unknown color: approx Purple Heart. HEX triplet: 54, 2E and AD. RGB value is (84,46,173). Sum of RGB (Red+Green+Blue) = 84+46+173=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #542EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542EAD is #ABD152. Grayscale: #474747. Windows color (decimal): -11260243 or 11349588. OLE color: 11349588.

HSL color Cylindrical-coordinate representation of color #542EAD: hue angle of 257.95º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #542EAD is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8446173-
CMYK0.510.7300.32
HSL257.95º57.99%42.94%-
HSV(B)257.95º73.41%67.84%-
XYZ12.186.8640.22-
YUV71.84185.09136.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.72%
GREEN value IS 46 (18.36% from 255) = 15.18%
BLUE value IS 173 (67.97% from 255) = 57.10%
R=27.72%
G=15.18%
B=57.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84461730.510.7300.32257.9557.9942.94
Hex542EAD33490201023a2b
Octal12456255631110404027253
Binary10101001011101010110111001110010010100000100000010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,46,173); }

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

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

 a { background-color: rgb(84,46,173); }

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

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

 span { border-color: rgb(84,46,173); }

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