#542ED8

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

Shades of Purple Heart #542ED8

Tints of Purple Heart #542ED8

Color information

#542ED8 (or 0x542ED8) is unknown color: approx Purple Heart. HEX triplet: 54, 2E and D8. RGB value is (84,46,216). Sum of RGB (Red+Green+Blue) = 84+46+216=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 216 (84.77% from 255 or 62.43% from 346); Max value from RGB is 216 - color contains mainly: blue. Hex color #542ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542ED8 is #ABD127. Grayscale: #4C4C4C. Windows color (decimal): -11260200 or 14167636. OLE color: 14167636.

HSL color Cylindrical-coordinate representation of color #542ED8: hue angle of 253.41º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542ED8 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8446216-
CMYK0.610.7900.15
HSL253.41º68.55%51.37%-
HSV(B)253.41º78.7%84.71%-
XYZ17.038.865.77-
YUV76.74206.59133.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 46 (18.36% from 255) = 13.29%
BLUE value IS 216 (84.77% from 255) = 62.43%
R=24.28%
G=13.29%
B=62.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal84462160.610.7900.15253.4168.5551.37
Hex542ED83D4F0Ffd4533
Octal124563307511701737510563
Binary101010010111011011000111101100111101111111111011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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