#543BC9

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

Shades of Purple Heart #543BC9

Tints of Purple Heart #543BC9

Color information

#543BC9 (or 0x543BC9) is unknown color: approx Purple Heart. HEX triplet: 54, 3B and C9. RGB value is (84,59,201). Sum of RGB (Red+Green+Blue) = 84+59+201=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 201 (78.91% from 255 or 58.43% from 344); Max value from RGB is 201 - color contains mainly: blue. Hex color #543BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543BC9 is #ABC436. Grayscale: #525252. Windows color (decimal): -11256887 or 13187924. OLE color: 13187924.

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

Color convert

RGB8459201-
CMYK0.580.7100.21
HSL250.56º56.8%50.98%-
HSV(B)250.56º70.65%78.82%-
XYZ15.769.2356.21-
YUV82.66194.78128.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 59 (23.44% from 255) = 17.15%
BLUE value IS 201 (78.91% from 255) = 58.43%
R=24.42%
G=17.15%
B=58.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84592010.580.7100.21250.5656.850.98
Hex543BC93A47015fb3933
Octal12473311721070253737163
Binary101010011101111001001111010100011101010111111011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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