#543BC4

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

Shades of Purple Heart #543BC4

Tints of Purple Heart #543BC4

Color information

#543BC4 (or 0x543BC4) is unknown color: approx Purple Heart. HEX triplet: 54, 3B and C4. RGB value is (84,59,196). Sum of RGB (Red+Green+Blue) = 84+59+196=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 196 (76.95% from 255 or 57.82% from 339); Max value from RGB is 196 - color contains mainly: blue. Hex color #543BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543BC4 is #ABC43B. Grayscale: #515151. Windows color (decimal): -11256892 or 12860244. OLE color: 12860244.

HSL color Cylindrical-coordinate representation of color #543BC4: hue angle of 250.95º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #543BC4 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8459196-
CMYK0.570.7000.23
HSL250.95º53.73%50%-
HSV(B)250.95º69.9%76.86%-
XYZ15.18953.16-
YUV82.09192.28129.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 59 (23.44% from 255) = 17.40%
BLUE value IS 196 (76.95% from 255) = 57.82%
R=24.78%
G=17.40%
B=57.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal84591960.570.7000.23250.9553.7350
Hex543BC43946017fb3632
Octal12473304711060273736662
Binary101010011101111000100111001100011001011111111011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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