#543BCC

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

Shades of Purple Heart #543BCC

Tints of Purple Heart #543BCC

Color information

#543BCC (or 0x543BCC) is unknown color: approx Purple Heart. HEX triplet: 54, 3B and CC. RGB value is (84,59,204). Sum of RGB (Red+Green+Blue) = 84+59+204=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #543BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543BCC is #ABC433. Grayscale: #525252. Windows color (decimal): -11256884 or 13384532. OLE color: 13384532.

HSL color Cylindrical-coordinate representation of color #543BCC: hue angle of 250.34º 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 #543BCC is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8459204-
CMYK0.590.7100.2
HSL250.34º58.7%51.57%-
HSV(B)250.34º71.08%80%-
XYZ16.129.3758.09-
YUV83196.28128.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 59 (23.44% from 255) = 17.00%
BLUE value IS 204 (80.08% from 255) = 58.79%
R=24.21%
G=17.00%
B=58.79%

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
Decimal84592040.590.7100.2250.3458.751.57
Hex543BCC3B47014fa3b34
Octal12473314731070243727364
Binary101010011101111001100111011100011101010011111010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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