#542EB4

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

Shades of Purple Heart #542EB4

Tints of Purple Heart #542EB4

Color information

#542EB4 (or 0x542EB4) is unknown color: approx Purple Heart. HEX triplet: 54, 2E and B4. RGB value is (84,46,180). Sum of RGB (Red+Green+Blue) = 84+46+180=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #542EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542EB4 is #ABD14B. Grayscale: #484848. Windows color (decimal): -11260236 or 11808340. OLE color: 11808340.

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

Color convert

RGB8446180-
CMYK0.530.7400.29
HSL257.01º59.29%44.31%-
HSV(B)257.01º74.44%70.59%-
XYZ12.877.1343.88-
YUV72.64188.59136.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 46 (18.36% from 255) = 14.84%
BLUE value IS 180 (70.70% from 255) = 58.06%
R=27.10%
G=14.84%
B=58.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84461800.530.7400.29257.0159.2944.31
Hex542EB4354A01D1013b2c
Octal12456264651120354017354
Binary1010100101110101101001101011001010011101100000001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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