#543FCA

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

Shades of Purple Heart #543FCA

Tints of Purple Heart #543FCA

Color information

#543FCA (or 0x543FCA) is unknown color: approx Purple Heart. HEX triplet: 54, 3F and CA. RGB value is (84,63,202). Sum of RGB (Red+Green+Blue) = 84+63+202=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #543FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543FCA is #ABC035. Grayscale: #545454. Windows color (decimal): -11255862 or 13254484. OLE color: 13254484.

HSL color Cylindrical-coordinate representation of color #543FCA: hue angle of 249.06º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #543FCA is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8463202-
CMYK0.580.6900.21
HSL249.06º56.73%51.96%-
HSV(B)249.06º68.81%79.22%-
XYZ16.099.756.9-
YUV85.12193.96127.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 63 (25% from 255) = 18.05%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=24.07%
G=18.05%
B=57.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84632020.580.6900.21249.0656.7351.96
Hex543FCA3A45015f93934
Octal12477312721050253717164
Binary101010011111111001010111010100010101010111111001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,63,202); }

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

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

 a { background-color: rgb(84,63,202); }

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

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

 span { border-color: rgb(84,63,202); }

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