#543CCC

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

Shades of Purple Heart #543CCC

Tints of Purple Heart #543CCC

Color information

#543CCC (or 0x543CCC) is unknown color: approx Purple Heart. HEX triplet: 54, 3C and CC. RGB value is (84,60,204). Sum of RGB (Red+Green+Blue) = 84+60+204=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #543CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543CCC is #ABC333. Grayscale: #535353. Windows color (decimal): -11256628 or 13384788. OLE color: 13384788.

HSL color Cylindrical-coordinate representation of color #543CCC: hue angle of 250º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #543CCC is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8460204-
CMYK0.590.7100.2
HSL250º58.54%51.76%-
HSV(B)250º70.59%80%-
XYZ16.179.4858.1-
YUV83.59195.95128.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 60 (23.83% from 255) = 17.24%
BLUE value IS 204 (80.08% from 255) = 58.62%
R=24.14%
G=17.24%
B=58.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal84602040.590.7100.225058.5451.76
Hex543CCC3B47014fa3b34
Octal12474314731070243727364
Binary101010011110011001100111011100011101010011111010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,60,204); }

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

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

 a { background-color: rgb(84,60,204); }

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

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

 span { border-color: rgb(84,60,204); }

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