#543ED2

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

Shades of Purple Heart #543ED2

Tints of Purple Heart #543ED2

Color information

#543ED2 (or 0x543ED2) is unknown color: approx Purple Heart. HEX triplet: 54, 3E and D2. RGB value is (84,62,210). Sum of RGB (Red+Green+Blue) = 84+62+210=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 210 (82.42% from 255 or 58.99% from 356); Max value from RGB is 210 - color contains mainly: blue. Hex color #543ED2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543ED2 is #ABC12D. Grayscale: #545454. Windows color (decimal): -11256110 or 13778516. OLE color: 13778516.

HSL color Cylindrical-coordinate representation of color #543ED2: hue angle of 248.92º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #543ED2 is Cyan = 0.6, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8462210-
CMYK0.60.7000.18
HSL248.92º62.18%53.33%-
HSV(B)248.92º70.48%82.35%-
XYZ17.019.9862-
YUV85.45198.29126.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 62 (24.61% from 255) = 17.42%
BLUE value IS 210 (82.42% from 255) = 58.99%
R=23.60%
G=17.42%
B=58.99%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal84622100.60.7000.18248.9262.1853.33
Hex543ED23C46012f93e35
Octal12476322741060223717665
Binary101010011111011010010111100100011001001011111001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543ED2; }

 p { color: rgb(84,62,210); }

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

<style>
 a { background-color: #543ED2; }

 a { background-color: rgb(84,62,210); }

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

<style>
 span { border-color: #543ED2; }

 span { border-color: rgb(84,62,210); }

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