#543dd2

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

Shades of Purple Heart #543DD2

Tints of Purple Heart #543DD2

Color information

#543DD2 (or 0x543DD2) is unknown color: approx Purple Heart. HEX triplet: 54, 3D and D2. RGB value is (84,61,210). Sum of RGB (Red+Green+Blue) = 84+61+210=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 210 (82.42% from 255 or 59.15% from 355); Max value from RGB is 210 - color contains mainly: blue. Hex color #543DD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DD2 is #ABC22D. Grayscale: #545454. Windows color (decimal): -11256366 or 13778260. OLE color: 13778260.

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

Color convert

RGB8461210-
CMYK0.60.7100.18
HSL249.26º62.34%53.14%-
HSV(B)249.26º70.95%82.35%-
XYZ16.969.8861.99-
YUV84.86198.62127.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 210 (82.42% from 255) = 59.15%
R=23.66%
G=17.18%
B=59.15%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal84612100.60.7100.18249.2662.3453.14
Hex543DD23C47012f93e35
Octal12475322741070223717665
Binary101010011110111010010111100100011101001011111001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543dd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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