#542EAC

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

Shades of Purple Heart #542EAC

Tints of Purple Heart #542EAC

Color information

#542EAC (or 0x542EAC) is unknown color: approx Purple Heart. HEX triplet: 54, 2E and AC. RGB value is (84,46,172). Sum of RGB (Red+Green+Blue) = 84+46+172=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #542EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542EAC is #ABD153. Grayscale: #474747. Windows color (decimal): -11260244 or 11284052. OLE color: 11284052.

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

Color convert

RGB8446172-
CMYK0.510.7300.33
HSL258.1º57.8%42.75%-
HSV(B)258.1º73.26%67.45%-
XYZ12.086.8239.71-
YUV71.73184.59136.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.81%
GREEN value IS 46 (18.36% from 255) = 15.23%
BLUE value IS 172 (67.58% from 255) = 56.95%
R=27.81%
G=15.23%
B=56.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84461720.510.7300.33258.157.842.75
Hex542EAC33490211023a2b
Octal12456254631110414027253
Binary10101001011101010110011001110010010100001100000010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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