#543acc

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

Shades of Purple Heart #543ACC

Tints of Purple Heart #543ACC

Color information

#543ACC (or 0x543ACC) is unknown color: approx Purple Heart. HEX triplet: 54, 3A and CC. RGB value is (84,58,204). Sum of RGB (Red+Green+Blue) = 84+58+204=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #543ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543ACC is #ABC533. Grayscale: #515151. Windows color (decimal): -11257140 or 13384276. OLE color: 13384276.

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

Color convert

RGB8458204-
CMYK0.590.7200.2
HSL250.68º58.87%51.37%-
HSV(B)250.68º71.57%80%-
XYZ16.079.2758.07-
YUV82.42196.61129.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 58 (23.05% from 255) = 16.76%
BLUE value IS 204 (80.08% from 255) = 58.96%
R=24.28%
G=16.76%
B=58.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal84582040.590.7200.2250.6858.8751.37
Hex543ACC3B48014fb3b33
Octal12472314731100243737363
Binary101010011101011001100111011100100001010011111011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543acc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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